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