|
|||||||||
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. |
|
ChartDataLabelCollection(ChartSeriesDataFormat parent,
DataLabels 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, DataLabels 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 |