|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DataLabelEx
public class DataLabelEx
Represents a series labels.
Constructor Summary | |
---|---|
DataLabelEx(ChartSeriesEx parent)
Creates a new instance of DataLabelEx class. |
Method Summary | |
---|---|
boolean |
getDelete()
Returns or sets the label's delete flag. |
FormatEx |
getFormat()
Represents the position of the data lable. |
int |
getId()
Specifies which data label are applied properties. |
boolean |
getLinkedSource()
Gets and sets a reference to the worksheet |
java.lang.String |
getNumberFormat()
Represents the format string for the DataLabels object. |
int |
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 |
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.True to display the category name for the data labels on a chart. |
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. |
TextFrameEx |
getTextFrame()
Returns a textframe of this data label. |
TextFrameEx |
getTextProperties()
Returns text properties. |
void |
setDelete(boolean value)
|
void |
setFormat(FormatEx value)
|
void |
setId(int value)
|
void |
setLinkedSource(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 |
setShowLegendKey(boolean value)
|
void |
setShowPercentage(boolean value)
|
void |
setShowSeriesName(boolean value)
|
void |
setShowValue(boolean value)
|
void |
setTextFrame(TextFrameEx value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataLabelEx(ChartSeriesEx parent)
Creates a new instance of DataLabelEx class.
parent
- Parent series.Method Detail |
---|
public boolean getDelete()
Returns or sets the label's delete flag. True means that data label was removed by user but preserved in file.
public void setDelete(boolean value)
public int getId()
Specifies which data label are applied properties.
Read/write int
.
public void setId(int value)
public boolean getLinkedSource()
Gets and sets a reference to the worksheet
public void setLinkedSource(boolean value)
public java.lang.String getNumberFormat()
Represents the format string for the DataLabels object.
Read/write string
.
public void setNumberFormat(java.lang.String value)
public TextFrameEx getTextFrame()
Returns a textframe of this data label.
public void setTextFrame(TextFrameEx value)
public TextFrameEx getTextProperties()
Returns text properties.
Readonly TextFrameEx
.
public FormatEx getFormat()
Represents the position of the data lable.
Read/write FormatEx
.
public void setFormat(FormatEx value)
public int getPosition()
Represents the position of the data lable.
Read/write LegendDataLabelPositionEx
.
public void setPosition(int value)
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
.
public void setShowLegendKey(boolean value)
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
.
public void setShowCategoryName(boolean value)
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
.
public void setShowValue(boolean value)
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
.
public void setShowPercentage(boolean value)
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
.
public void setShowSeriesName(boolean value)
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
.
public void setShowBubbleSize(boolean value)
public java.lang.String getSeparator()
Sets or returns a Variant representing the separator used for the data labels on a chart.
Read/write string
.
public void setSeparator(java.lang.String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |