|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.charts.entity.charttextarea
public class charttextarea
represents chart text area properties.
constructor summary | |
---|---|
charttextarea( 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()
gets or sets the height of a legend in points. |
float |
getleft()
gets or sets the x coordinate of a legend in points. |
ichartgridline |
getline()
gets line style properties of a chart. |
itextframeproperties |
gettextproperties()
gets text frame of a chart title. |
float |
gettop()
gets or sets the y coordinate of a legend in points. |
float |
getwidth()
gets or sets the width of a legend in points. |
boolean |
isoverlay()
indicates whether allowed to overlap title. |
void |
isoverlay(boolean value)
set whether allowed to overlap title. |
void |
setheight(float value)
gets or sets the height of a legend in points. |
void |
setleft(float value)
gets or sets the x coordinate of a legend in points. |
void |
settop(float value)
gets or sets the y coordinate of a legend in points. |
void |
setwidth(float value)
gets or sets the width of a legend in points. |
constructor detail |
---|
public charttextarea( elem, parent)
method detail |
---|
public float getleft()
public void setleft(float value)
value
- public float gettop()
public void settop(float value)
value
- public float getwidth()
public void setwidth(float value)
value
- public float getheight()
public void setheight(float value)
value
- public boolean isoverlay()
public void isoverlay(boolean value)
value
- public itextframeproperties gettextproperties()
public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public formatthreed geteffect3d()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |