Class TrendlineLabel
java.lang.Object
com.independentsoft.office.charts.TrendlineLabel
The Class TrendlineLabel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the chart text.Gets the layout.Gets the number format.Gets the text properties.voidsetChartText(ChartText chartText)Sets the chart text.voidSets the layout.voidsetNumberFormat(NumberFormat numberFormat)Sets the number format.toString()
-
Constructor Details
-
TrendlineLabel
public TrendlineLabel()Instantiates a new trendline label.
-
-
Method Details
-
clone
-
toString
-
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
-
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
-