|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DataLabelFormat
public class DataLabelFormat
Method Summary | |
---|---|
IChart |
getChart()
Returns the parent chart. |
IFormat |
getFormat()
Represents the format of the data label. |
java.lang.String |
getNumberFormat()
Represents the format string for the DataLabels object. |
int |
getPosition()
Represents the position of the data label. |
java.lang.String |
getSeparator()
Sets or returns a Variant representing the separator used for the data labels on a chart. |
boolean |
getShowBubbleSize()
Represents a specified chart's data label bubble size value display behavior. |
boolean |
getShowCategoryName()
Represents a specified chart's data label category name display behavior. |
boolean |
getShowLeaderLines()
Represents a specified chart's data label leader lines display behavior. |
boolean |
getShowLegendKey()
Represents a specified chart's data label legend key display behavior. |
boolean |
getShowPercentage()
Represents a specified chart's data label percentage value display behavior. |
boolean |
getShowSeriesName()
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. |
boolean |
getShowValue()
Represents a specified chart's data label percentage value display behavior. |
IChartTextFormat |
getTextFormat()
|
boolean |
isNumberFormatLinkedToSource()
|
void |
isNumberFormatLinkedToSource(boolean value)
|
void |
setNumberFormat(java.lang.String value)
|
void |
setPosition(int value)
|
void |
setSeparator(java.lang.String value)
|
void |
setShowBubbleSize(boolean value)
|
void |
setShowCategoryName(boolean value)
|
void |
setShowLeaderLines(boolean value)
|
void |
setShowLegendKey(boolean value)
|
void |
setShowPercentage(boolean value)
|
void |
setShowSeriesName(boolean value)
|
void |
setShowValue(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isNumberFormatLinkedToSource()
bool
.
isNumberFormatLinkedToSource
in interface IDataLabelFormat
public void isNumberFormatLinkedToSource(boolean value)
isNumberFormatLinkedToSource
in interface IDataLabelFormat
public java.lang.String getNumberFormat()
Represents the format string for the DataLabels object.
Read/write string
.
getNumberFormat
in interface IDataLabelFormat
public void setNumberFormat(java.lang.String value)
setNumberFormat
in interface IDataLabelFormat
public IFormat getFormat()
Represents the format of the data label.
Read/write Charts.Format
.
getFormat
in interface IDataLabelFormat
public IChartTextFormat getTextFormat()
Charts.Format
.
getTextFormat
in interface IFormattedTextContainer
public int getPosition()
Represents the position of the data label.
Read/write LegendDataLabelPosition
.
getPosition
in interface IDataLabelFormat
public void setPosition(int value)
setPosition
in interface IDataLabelFormat
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
.
getShowLegendKey
in interface IDataLabelFormat
public void setShowLegendKey(boolean value)
setShowLegendKey
in interface IDataLabelFormat
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
.
getShowValue
in interface IDataLabelFormat
public void setShowValue(boolean value)
setShowValue
in interface IDataLabelFormat
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
.
getShowCategoryName
in interface IDataLabelFormat
public void setShowCategoryName(boolean value)
setShowCategoryName
in interface IDataLabelFormat
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
.
getShowSeriesName
in interface IDataLabelFormat
public void setShowSeriesName(boolean value)
setShowSeriesName
in interface IDataLabelFormat
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
.
getShowPercentage
in interface IDataLabelFormat
public void setShowPercentage(boolean value)
setShowPercentage
in interface IDataLabelFormat
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
.
getShowBubbleSize
in interface IDataLabelFormat
public void setShowBubbleSize(boolean value)
setShowBubbleSize
in interface IDataLabelFormat
public boolean getShowLeaderLines()
Represents a specified chart's data label leader lines display behavior.
True displays the leader lines. False to hide.
Read/write bool
.
getShowLeaderLines
in interface IDataLabelFormat
public void setShowLeaderLines(boolean value)
setShowLeaderLines
in interface IDataLabelFormat
public java.lang.String getSeparator()
Sets or returns a Variant representing the separator used for the data labels on a chart.
Read/write string
.
getSeparator
in interface IDataLabelFormat
public void setSeparator(java.lang.String value)
setSeparator
in interface IDataLabelFormat
public IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |