|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.charts.entity.chartplotarea
public class chartplotarea
represents rectangle where chart should be plotted.
constructor summary | |
---|---|
chartplotarea( elem,
parent)
|
method summary | |
---|---|
effectdag |
geteffect()
gets effects used for a chart. |
formatthreed |
geteffect3d()
gets 3d format of a chart. |
fillformat |
getfill()
gets fill style properties of a chart. |
float |
getheight()
get the height of plot area. |
float |
getleft()
gets the upper left corner of plot area bounding box in range from 0 to 1 of chart area. |
ichartgridline |
getline()
gets line style properties of a chart. |
float |
gettop()
gets top corner of plot area bounding box in range from 0 to 1 of chart area. |
float |
getwidth()
get the width of plot area. |
void |
setheight(float value)
sets the height of plot area. |
void |
setleft(float value)
sets the upper left corner of plot area bounding box in range from 0 to 1 of chart area. |
void |
settop(float value)
sets top corner of plot area bounding box in range from 0 to 1 of chart area. |
void |
setwidth(float value)
sets the width of plot area. |
constructor detail |
---|
public chartplotarea( elem, parent)
method detail |
---|
public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public formatthreed geteffect3d()
public float getleft()
public void setleft(float value)
public float gettop()
public void settop(float value)
public float getwidth()
public void setwidth(float value)
public float getheight()
public void setheight(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |