Gets the TrendLinesCollection object associated with the current ChartData object.

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

Syntax

C#
public TrendLinesCollection TrendsList { get; }
Visual Basic
Public ReadOnly Property TrendsList As TrendLinesCollection
	Get

Remarks

This collection contains trend lines for this ChartData object.

See Also