Class ChartSeriesCollection
A collection class which holds ChartSeries.
Inheritance
System.Object
ChartSeriesCollection
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.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 | Used to specify the series name. |
Property Value
Type |
---|
ChartSeries |