The TrendLine class is used to perform a regression analysis or the specified data series, provide statistics about the regression, and chart the result.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public sealed class TrendLine : g, 
	iNotifyChanges, ICloneable
Visual Basic
Public NotInheritable Class TrendLine _
	Implements g, iNotifyChanges, ICloneable

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..TrendLine

See Also