|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DataLabelCollection
public class DataLabelCollection
Represents a series labels.
Method Summary | |
---|---|
IDataLabel |
get_Item(int index)
Gets the data label for the data point with the specified index. |
IChart |
getChart()
Returns the parent chart. |
int |
getCount()
Gets the number of all data labels in the collection. |
int |
getCountOfVisibleDataLabels()
Gets the number of visible data labels in the collection. |
IDataLabelFormat |
getDefaultDataLabelFormat()
|
boolean |
getDelete()
Deprecated. |
Format |
getFormat()
Deprecated. |
boolean |
getLinkedSource()
Deprecated. |
java.lang.String |
getNumberFormat()
Deprecated. |
IChartSeries |
getParentSeries()
|
int |
getPosition()
Deprecated. |
java.lang.String |
getSeparator()
Deprecated. |
boolean |
getShowBubbleSize()
Deprecated. |
boolean |
getShowCategoryName()
Deprecated. |
boolean |
getShowLeaderLines()
Deprecated. |
boolean |
getShowLegendKey()
Deprecated. |
boolean |
getShowPercentage()
Deprecated. |
boolean |
getShowSeriesName()
Deprecated. |
boolean |
getShowValue()
Deprecated. |
void |
hide()
Make data label hidden by default by setting all Show*-flags (ShowValue, ...) of the DefaultDataLabelFormat property to false state. |
int |
indexOf(IDataLabel value)
Returns an index of the specified DataLabel in the collection. |
boolean |
isVisible()
False means that data label is not visible by default (and so all Show*-flags (ShowValue, ...) of the DefaultDataLabelFormat property are false). |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for the entire collection. |
void |
setDelete(boolean value)
Deprecated. |
void |
setFormat(Format value)
Deprecated. |
void |
setLinkedSource(boolean value)
Deprecated. |
void |
setNumberFormat(java.lang.String value)
Deprecated. |
void |
setPosition(int value)
Deprecated. |
void |
setSeparator(java.lang.String value)
Deprecated. |
void |
setShowBubbleSize(boolean value)
Deprecated. |
void |
setShowCategoryName(boolean value)
Deprecated. |
void |
setShowLeaderLines(boolean value)
Deprecated. |
void |
setShowLegendKey(boolean value)
Deprecated. |
void |
setShowPercentage(boolean value)
Deprecated. |
void |
setShowSeriesName(boolean value)
Deprecated. |
void |
setShowValue(boolean value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
@Deprecated public java.lang.String getNumberFormat()
Represents the format string for the DataLabels object.
Read/write string
.
@Deprecated public void setNumberFormat(java.lang.String value)
@Deprecated public boolean getLinkedSource()
Gets and sets a reference to the worksheet
@Deprecated public void setLinkedSource(boolean value)
@Deprecated public boolean getDelete()
Returns or sets delete flag. True means that data label is not visible by default (and so all Show*-flags (ShowValue, ...) of the DefaultDataLabelFormat property are false).
@Deprecated public void setDelete(boolean value)
public boolean isVisible()
False means that data label is not visible by default (and so all Show*-flags (ShowValue, ...) of the DefaultDataLabelFormat property are false).
isVisible
in interface IDataLabelCollection
public void hide()
Make data label hidden by default by setting all Show*-flags (ShowValue, ...) of the DefaultDataLabelFormat property to false state. IsVisible will be false after this.
hide
in interface IDataLabelCollection
@Deprecated public Format getFormat()
Represents the format of the data labels.
Read/write Charts.Format
.
@Deprecated public void setFormat(Format value)
@Deprecated public int getPosition()
Represents the position of the data lable.
Read/write LegendDataLabelPosition
.
@Deprecated public void setPosition(int value)
@Deprecated public boolean getShowLegendKey()
Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible.
Read/write bool
.
@Deprecated public void setShowLegendKey(boolean value)
@Deprecated public boolean getShowLeaderLines()
Represents a specified chart's data label leader line display behavior. True if the data label leader line is visible.
Read/write bool
.
@Deprecated public void setShowLeaderLines(boolean value)
@Deprecated public boolean getShowCategoryName()
Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide.
Read/write bool
.
@Deprecated public void setShowCategoryName(boolean value)
@Deprecated public boolean getShowValue()
Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide.
Read/write bool
.
@Deprecated public void setShowValue(boolean value)
@Deprecated public boolean getShowPercentage()
Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide.
Read/write bool
.
@Deprecated public void setShowPercentage(boolean value)
@Deprecated public boolean getShowSeriesName()
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide.
Read/write bool
.
@Deprecated public void setShowSeriesName(boolean value)
@Deprecated public boolean getShowBubbleSize()
Represents a specified chart's data label bubble size value display behavior. True displays the bubble size value. False to hide.
Read/write bool
.
@Deprecated public void setShowBubbleSize(boolean value)
@Deprecated public java.lang.String getSeparator()
Sets or returns a Variant representing the separator used for the data labels on a chart.
Read/write string
.
@Deprecated public void setSeparator(java.lang.String value)
public int getCountOfVisibleDataLabels()
Gets the number of visible data labels in the collection.
Read-only int
.
getCountOfVisibleDataLabels
in interface IDataLabelCollection
public int getCount()
Gets the number of all data labels in the collection.
Read-only int
.
getCount
in interface IDataLabelCollection
public IDataLabelFormat getDefaultDataLabelFormat()
getDefaultDataLabelFormat
in interface IDataLabelCollection
public IChartSeries getParentSeries()
getParentSeries
in interface IDataLabelCollection
public int indexOf(IDataLabel value)
Returns an index of the specified DataLabel in the collection.
indexOf
in interface IDataLabelCollection
value
- DataLabel to find.
public IDataLabel get_Item(int index)
Gets the data label for the data point with the specified index.
get_Item
in interface IDataLabelCollection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |