|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.collections.chartdatalabelcollection
public class chartdatalabelcollection
represents a series labels.
constructor summary | |
---|---|
chartdatalabelcollection(chartseriesdataformat parent)
creates a new instance of datalabels class. |
|
(chartseriesdataformat parent,
label)
|
method summary | |
---|---|
chartdatalabel |
add()
adds the new datalabel at the end of a collection. |
chartdatalabel |
get(int index)
gets the element at the specified index. |
boolean |
getbubblesizevisible()
indicates chart's data label bubble size value display behavior. |
boolean |
getcategorynamevisible()
indicates chart's data label category name display behavior. |
int |
getcount()
gets the number of elements actually contained in the collection. |
datalabelshapetype |
getdatalabelshapetype()
gets or sets shape type of data labels. |
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. |
boolean |
getlabelvaluevisible()
indicates chart's data label value display behavior. |
ichartgridline |
getleaderlines()
gets leaderlines of chart. |
boolean |
getleaderlinesvisible()
indicates chart's data label leader line display behavior. |
boolean |
getlegendkeyvisible()
indicates chart's data label legend key display behavior. |
ichartgridline |
getline()
gets line style properties of a chart. |
java.lang.string |
getnumberformat()
represents the format string for the datalabels object. |
boolean |
getpercentvaluevisible()
indicates chart's data label percentage value display behavior. |
chartdatalabelposition |
getposition()
represents the position of the data lable. |
java.lang.string |
getseparator()
sets or returns a variant representing the separator used for the data labels on a chart. |
boolean |
getseriesnamevisible()
gets or sets a boolean to indicate the series name display behavior for the data labels on a chart. |
itextframeproperties |
gettextproperties()
gets a text properties of this data labels readonly |
boolean |
hasdatasource()
gets and sets a reference to the worksheet |
void |
hasdatasource(boolean value)
gets and sets a reference to the worksheet |
int |
indexof(chartdatalabel value)
gets an index of the specified datalabel in the collection. |
boolean |
isdelete()
gets or sets delete flag. |
void |
isdelete(boolean value)
gets or sets delete flag. |
void |
remove(chartdatalabel value)
removes the first occurrence of a specific object from the collection. |
void |
setbubblesizevisible(boolean value)
sets chart's data label bubble size value display behavior. |
void |
setcategorynamevisible(boolean value)
sets chart's data label category name display behavior. |
void |
setdatalabelshapetype(datalabelshapetype value)
gets or sets shape type of data labels. |
void |
setlabelvaluevisible(boolean value)
sets chart's data label value display behavior. |
void |
setleaderlinesvisible(boolean value)
sets chart's data label leader line display behavior. |
void |
setlegendkeyvisible(boolean value)
sets chart's data label legend key display behavior. |
void |
setnumberformat(java.lang.string value)
sets the format string for the datalabels object. |
void |
setpercentvaluevisible(boolean value)
sets chart's data label percentage value display behavior. |
void |
setposition(chartdatalabelposition value)
sets the position of the data lable. |
void |
setseparator(java.lang.string value)
sets or returns a variant representing the separator used for the data labels on a chart. |
void |
setseriesnamevisible(boolean value)
gets or sets a boolean to indicate the series name display behavior for the data labels on a chart. |
constructor detail |
---|
public chartdatalabelcollection(chartseriesdataformat parent, label) throws documenteditexception
documenteditexception
public chartdatalabelcollection(chartseriesdataformat parent)
parent
- parent series.
java.lang.exception
method detail |
---|
public java.lang.string getnumberformat()
public void setnumberformat(java.lang.string value)
value
- public boolean hasdatasource()
public void hasdatasource(boolean value)
value
- public boolean isdelete()
public void isdelete(boolean value)
value
- public itextframeproperties gettextproperties()
public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public formatthreed geteffect3d()
public chartdatalabelposition getposition()
public void setposition(chartdatalabelposition value)
value
- public boolean getlegendkeyvisible()
public void setlegendkeyvisible(boolean value)
value
- public boolean getleaderlinesvisible()
public void setleaderlinesvisible(boolean value)
value
- public boolean getcategorynamevisible()
public void setcategorynamevisible(boolean value)
value
- public boolean getlabelvaluevisible()
public void setlabelvaluevisible(boolean value)
value
- public boolean getpercentvaluevisible()
public void setpercentvaluevisible(boolean value)
value
- public boolean getseriesnamevisible()
public void setseriesnamevisible(boolean value)
value
- public boolean getbubblesizevisible()
public void setbubblesizevisible(boolean value)
value
- public java.lang.string getseparator()
public void setseparator(java.lang.string value)
value
- public int getcount()
public datalabelshapetype getdatalabelshapetype()
public void setdatalabelshapetype(datalabelshapetype value)
value
- public chartdatalabel add()
public void remove(chartdatalabel value)
value
- public int indexof(chartdatalabel value)
value
-
public chartdatalabel get(int index)
index
-
public ichartgridline getleaderlines()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |