Class CartesianSeriesCollection
A collection class which holds CartesianSeries.
Inheritance
System.Object
CartesianSeriesCollection
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class CartesianSeriesCollection : ObservableCollection<CartesianSeries>
Constructors
CartesianSeriesCollection()
Declaration
public CartesianSeriesCollection()
Properties
Item[String]
return cartesian series from the given string.
Declaration
public CartesianSeries this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Used to specify the series name. |
Property Value
Type |
---|
CartesianSeries |