Trend Line Issue

Hi,

I am using trendlines. But i dont want to show the trend line Equation or trend line and r-square value in the chart. I am hiding using the API ..

TrendlineEx trd = new TrendlineEx(sSeriesList[i]);
trd.TrendlineType = TrendlineTypeEx.Linear;
sSeriesList[i].TrendLines.Add(trd);
trd.DisplayEquation = false;
trd.DisplayRSquaredValue = false;

but still those comes in the chart. I am attaching the PPT output as well with the email.

Please let me know how can i do that?

Thanks,

Amit

Hi Amit,


I like to share that the issue shared has been resolved in Aspose.Slides for .NET 7.6.0. Please try using the specified version and share with us if there is still an issue.

Many Thanks,