Get Equation Text of Chart Trendline
Contents
[
Hide
]
You can retrieve the Equation Text of Chart Trendline using Aspose.Cells. Aspose.Cells provides Trendline.getDataLabels().getText() property which returns the Equation Text of chart trendline. To make use of this property, you will first have to call Chart.calculate() method.
Example
The following screenshot shows the Chart with a Trendline and its Equation Text is shown in Red color. We will retrieve this text using the Trendline.getDataLabels().getText() property in the following sample code.
Java code to get the equation text of chart trendline
Output generated by the sample code
This is the console output of the above sample code.
Equation Text: y = 8.1333x + 5