Class DisplayUnitsLabel
java.lang.Object
com.independentsoft.office.charts.DisplayUnitsLabel
The Class DisplayUnitsLabel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the chart text.Gets the layout.Gets the text properties.voidsetChartText(ChartText chartText)Sets the chart text.voidSets the layout.toString()
-
Constructor Details
-
DisplayUnitsLabel
public DisplayUnitsLabel()Instantiates a new display units label.
-
-
Method Details
-
clone
-
toString
-
getLayout
Gets the layout.- Returns:
- the layout
-
setLayout
Sets the layout.- Parameters:
layout- the new layout
-
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
-