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