The TrendLinesCollection class contains TrendLines associated with
the ChartData object.
Namespace:
C1.Win.C1ChartAssembly: 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 |