Class DataLabel
java.lang.Object
com.independentsoft.office.charts.DataLabel
The Class DataLabel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the chart text.intgetIndex()Gets the index.Gets the layout.Gets the number format.Gets the position.Gets the separator.Gets the text properties.booleanisDelete()Checks if is delete.booleanChecks if is show bubble size.booleanChecks if is show category name.booleanChecks if is show legend key.booleanChecks if is show percent.booleanChecks if is show series name.booleanChecks if is show value.voidsetChartText(ChartText chartText)Sets the chart text.voidsetDelete(boolean delete)Sets the delete.voidsetIndex(int index)Sets the index.voidSets the layout.voidsetNumberFormat(NumberFormat numberFormat)Sets the number format.voidsetPosition(DataLabelPosition position)Sets the position.voidsetSeparator(String separator)Sets the separator.voidsetShowBubbleSize(boolean showBubbleSize)Sets the show bubble size.voidsetShowCategoryName(boolean showCategoryName)Sets the show category name.voidsetShowLegendKey(boolean showLegendKey)Sets the show legend key.voidsetShowPercent(boolean showPercent)Sets the show percent.voidsetShowSeriesName(boolean showSeriesName)Sets the show series name.voidsetShowValue(boolean showValue)Sets the show value.toString()
-
Constructor Details
-
DataLabel
public DataLabel()Instantiates a new data label.
-
-
Method Details
-
clone
-
toString
-
isDelete
public boolean isDelete()Checks if is delete.- Returns:
- true, if is delete
-
setDelete
public void setDelete(boolean delete)Sets the delete.- Parameters:
delete- the new delete
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-
getLayout
Gets the layout.- Returns:
- the layout
-
setLayout
Sets the layout.- Parameters:
layout- the new layout
-
getNumberFormat
Gets the number format.- Returns:
- the number format
-
setNumberFormat
Sets the number format.- Parameters:
numberFormat- the new number format
-
getSeparator
Gets the separator.- Returns:
- the separator
-
setSeparator
Sets the separator.- Parameters:
separator- the new separator
-
isShowBubbleSize
public boolean isShowBubbleSize()Checks if is show bubble size.- Returns:
- true, if is show bubble size
-
setShowBubbleSize
public void setShowBubbleSize(boolean showBubbleSize)Sets the show bubble size.- Parameters:
showBubbleSize- the new show bubble size
-
isShowCategoryName
public boolean isShowCategoryName()Checks if is show category name.- Returns:
- true, if is show category name
-
setShowCategoryName
public void setShowCategoryName(boolean showCategoryName)Sets the show category name.- Parameters:
showCategoryName- the new show category name
-
isShowLegendKey
public boolean isShowLegendKey()Checks if is show legend key.- Returns:
- true, if is show legend key
-
setShowLegendKey
public void setShowLegendKey(boolean showLegendKey)Sets the show legend key.- Parameters:
showLegendKey- the new show legend key
-
isShowPercent
public boolean isShowPercent()Checks if is show percent.- Returns:
- true, if is show percent
-
setShowPercent
public void setShowPercent(boolean showPercent)Sets the show percent.- Parameters:
showPercent- the new show percent
-
isShowSeriesName
public boolean isShowSeriesName()Checks if is show series name.- Returns:
- true, if is show series name
-
setShowSeriesName
public void setShowSeriesName(boolean showSeriesName)Sets the show series name.- Parameters:
showSeriesName- the new show series name
-
isShowValue
public boolean isShowValue()Checks if is show value.- Returns:
- true, if is show value
-
setShowValue
public void setShowValue(boolean showValue)Sets the show value.- Parameters:
showValue- the new show value
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getChartText
Gets the chart text.- Returns:
- the chart text
-
setChartText
Sets the chart text.- Parameters:
chartText- the new chart text
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-