Class CartesianSeriesCollection

    Show / Hide Table of Contents

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