Class DataLabels
java.lang.Object
com.independentsoft.office.charts.DataLabels
The Class DataLabels.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the labels.Gets the leader lines.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 leader lines.booleanChecks if is show legend key.booleanChecks if is show percent.booleanChecks if is show series name.booleanChecks if is show value.voidsetDelete(boolean delete)Sets the delete.voidsetLeaderLines(LeaderLines leaderLines)Sets the leader lines.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.voidsetShowLeaderLines(boolean showLeaderLines)Sets the show leader lines.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
-
DataLabels
public DataLabels()Instantiates a new data labels.
-
-
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
-
getLeaderLines
Gets the leader lines.- Returns:
- the leader lines
-
setLeaderLines
Sets the leader lines.- Parameters:
leaderLines- the new leader lines
-
getLabels
Gets the labels.- Returns:
- the labels
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
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
-
isShowLeaderLines
public boolean isShowLeaderLines()Checks if is show leader lines.- Returns:
- true, if is show leader lines
-
setShowLeaderLines
public void setShowLeaderLines(boolean showLeaderLines)Sets the show leader lines.- Parameters:
showLeaderLines- the new show leader lines
-
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
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-