chartdatalabelcollection-ag凯发旗舰厅



com.spire.presentation.collections
class chartdatalabelcollection

java.lang.object
  extended by com.spire.presentation.collections.chartdatalabelcollection
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class chartdatalabelcollection
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable

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

chartdatalabelcollection

public chartdatalabelcollection(chartseriesdataformat parent,
                                 label)
                         throws documenteditexception
throws:
documenteditexception

chartdatalabelcollection

public chartdatalabelcollection(chartseriesdataformat parent)
creates a new instance of datalabels class.
parameters:
parent - parent series.
throws:
java.lang.exception
method detail

getnumberformat

public java.lang.string getnumberformat()
represents the format string for the datalabels object. read/write .
returns:

setnumberformat

public void setnumberformat(java.lang.string value)
sets the format string for the datalabels object. read/write .
parameters:
value -

hasdatasource

public boolean hasdatasource()
gets and sets a reference to the worksheet
returns:

hasdatasource

public void hasdatasource(boolean value)
gets and sets a reference to the worksheet
parameters:
value -

isdelete

public boolean isdelete()
gets or sets delete flag.
returns:

isdelete

public void isdelete(boolean value)
gets or sets delete flag.
parameters:
value -

gettextproperties

public itextframeproperties gettextproperties()
gets a text properties of this data labels readonly .
returns:

getfill

public fillformat getfill()
gets fill style properties of a chart. read-only .
returns:

getline

public ichartgridline getline()
gets line style properties of a chart.
returns:

geteffect

public effectdag geteffect()
gets effects used for a chart. read-only .
returns:

geteffect3d

public formatthreed geteffect3d()
gets 3d format of a chart. read-only .
returns:

getposition

public chartdatalabelposition getposition()
represents the position of the data lable. read/write .
returns:

setposition

public void setposition(chartdatalabelposition value)
sets the position of the data lable. read/write .
parameters:
value -

getlegendkeyvisible

public boolean getlegendkeyvisible()
indicates chart's data label legend key display behavior. read/write .
returns:

setlegendkeyvisible

public void setlegendkeyvisible(boolean value)
sets chart's data label legend key display behavior. read/write .
parameters:
value -

getleaderlinesvisible

public boolean getleaderlinesvisible()
indicates chart's data label leader line display behavior. read/write .
returns:

setleaderlinesvisible

public void setleaderlinesvisible(boolean value)
sets chart's data label leader line display behavior. read/write .
parameters:
value -

getcategorynamevisible

public boolean getcategorynamevisible()
indicates chart's data label category name display behavior. read/write .
returns:

setcategorynamevisible

public void setcategorynamevisible(boolean value)
sets chart's data label category name display behavior. read/write .
parameters:
value -

getlabelvaluevisible

public boolean getlabelvaluevisible()
indicates chart's data label value display behavior. read/write .
returns:

setlabelvaluevisible

public void setlabelvaluevisible(boolean value)
sets chart's data label value display behavior. read/write .
parameters:
value -

getpercentvaluevisible

public boolean getpercentvaluevisible()
indicates chart's data label percentage value display behavior. read/write .
returns:

setpercentvaluevisible

public void setpercentvaluevisible(boolean value)
sets chart's data label percentage value display behavior. read/write .
parameters:
value -

getseriesnamevisible

public boolean getseriesnamevisible()
gets or sets a boolean to indicate the series name display behavior for the data labels on a chart. read/write .
returns:

setseriesnamevisible

public void setseriesnamevisible(boolean value)
gets or sets a boolean to indicate the series name display behavior for the data labels on a chart. read/write .
parameters:
value -

getbubblesizevisible

public boolean getbubblesizevisible()
indicates chart's data label bubble size value display behavior. read/write .
returns:

setbubblesizevisible

public void setbubblesizevisible(boolean value)
sets chart's data label bubble size value display behavior. read/write .
parameters:
value -

getseparator

public java.lang.string getseparator()
sets or returns a variant representing the separator used for the data labels on a chart. read/write .
returns:

setseparator

public void setseparator(java.lang.string value)
sets or returns a variant representing the separator used for the data labels on a chart. read/write .
parameters:
value -

getcount

public int getcount()
gets the number of elements actually contained in the collection. read-only .
returns:

getdatalabelshapetype

public datalabelshapetype getdatalabelshapetype()
gets or sets shape type of data labels. read/write .
returns:

setdatalabelshapetype

public void setdatalabelshapetype(datalabelshapetype value)
gets or sets shape type of data labels. read/write .
parameters:
value -

add

public chartdatalabel add()
adds the new datalabel at the end of a collection.
returns:

remove

public void remove(chartdatalabel value)
removes the first occurrence of a specific object from the collection.
parameters:
value -

indexof

public int indexof(chartdatalabel value)
gets an index of the specified datalabel in the collection.
parameters:
value -
returns:

get

public chartdatalabel get(int index)
gets the element at the specified index. read-only .
parameters:
index -
returns:

getleaderlines

public ichartgridline getleaderlines()
gets leaderlines of chart.
returns:


网站地图