Class PolarSeriesCollection

    Show / Hide Table of Contents

    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 Description
    PolarSeries
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved