Class ChartSeriesCollection

    Show / Hide Table of Contents

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