The TrendLinesCollection class contains TrendLines associated with the ChartData object.

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

Syntax

C#
[EditorAttribute(typeof(TrendLinesCollectionEditor), typeof(UITypeEditor))]
[DefaultMemberAttribute("Item")]
public class TrendLinesCollection : CollectionBase
Visual Basic
<EditorAttribute(GetType(TrendLinesCollectionEditor), GetType(UITypeEditor))> _
<DefaultMemberAttribute("Item")> _
Public Class TrendLinesCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.Win.C1Chart..::..TrendLinesCollection

See Also