|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.charts.entity.chartlegend
public class chartlegend
represents chart's legend properties.
constructor summary | |
---|---|
chartlegend( elem,
parent)
|
method summary | |
---|---|
void |
deleteentry(int index)
delete legend entry by index |
effectdag |
geteffect()
gets effects used for a chart. |
formatthreed |
geteffect3d()
gets 3d format of a chart. |
textcharacterproperties[] |
getentrytextproperties()
represent text properties of legend entry |
fillformat |
getfill()
gets fill style properties of a chart. |
float |
getheight()
gets the height of a legend. |
float |
getleft()
gets the x coordinate of a legend. |
legendentrycollection |
getlegendentrys()
|
ichartgridline |
getline()
gets line style properties of a chart |
chartlegendpositiontype |
getposition()
gets the position of the legend on a chart. |
itextframeproperties |
gettextproperties()
represent text properties of legend |
float |
gettop()
gets the y coordinate of a legend. |
float |
getwidth()
gets he width of a legend. |
boolean |
isoverlay()
indicates whether other chart elements allowed to overlap legend. |
void |
isoverlay(boolean value)
indicates whether other chart elements allowed to overlap legend. |
void |
setentrys(cellranges range)
represent text properties of legend set legend entry |
void |
setheight(float value)
sets the height of a legend. |
void |
setleft(float value)
sets the x coordinate of a legend. |
void |
setposition(chartlegendpositiontype value)
sets the position of the legend on a chart. |
void |
settop(float value)
sets the y coordinate of a legend. |
void |
setwidth(float value)
sets the width of a legend. |
constructor detail |
---|
public chartlegend( elem, parent)
method detail |
---|
public float getwidth()
public void setwidth(float value)
public float getheight()
public void setheight(float value)
public float getleft()
public void setleft(float value)
public float gettop()
public void settop(float value)
public boolean isoverlay()
public void isoverlay(boolean value)
value
- public chartlegendpositiontype getposition()
public void setposition(chartlegendpositiontype value)
public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public formatthreed geteffect3d()
public itextframeproperties gettextproperties()
public void setentrys(cellranges range)
range
- public void deleteentry(int index)
index
- the legend entry index must be between 0 and legendcount - 1
java.lang.exception
public textcharacterproperties[] getentrytextproperties()
public legendentrycollection getlegendentrys()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |