G
Gregory Moron
How to get the trendline equation?
I have an OWC11 Chart with one series with a trendline.
The trendline equation is visible on a chart and in a tooltip, yet there
seems to be no way to get the equation string to copy it.
Or am I wrong?
BTW: the following line, albeit looks promising (I'm using C#):
string str =
axChartSpace.Charts[0].SeriesCollection[0].Trendlines[0].Caption;
doesn't return the equation, but some useless string e.g. 'Linear (series
name)'
Thanks
Gregory
I have an OWC11 Chart with one series with a trendline.
The trendline equation is visible on a chart and in a tooltip, yet there
seems to be no way to get the equation string to copy it.
Or am I wrong?
BTW: the following line, albeit looks promising (I'm using C#):
string str =
axChartSpace.Charts[0].SeriesCollection[0].Trendlines[0].Caption;
doesn't return the equation, but some useless string e.g. 'Linear (series
name)'
Thanks
Gregory