Class ChartTrendLineCollection
A collection class which holds ChartTrendLine.
Inheritance
System.Object
ChartTrendLineCollection
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartTrendLineCollection : ObservableCollection<Trendline>
Constructors
ChartTrendLineCollection()
Called when instance created for ChartTrendLineCollection
Declaration
public ChartTrendLineCollection()
Properties
Item[String]
return ChartTrendLine from the given string
Declaration
public TrendlineBase this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type |
---|
TrendlineBase |