alexa

    Show / Hide Table of Contents

    Class ChartVisibleSeriesCollection

    A collection class which holds ChartSeries 2D.

    Inheritance
    System.Object
    ChartVisibleSeriesCollection
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartVisibleSeriesCollection : ObservableCollection<ChartSeriesBase>

    Constructors

    ChartVisibleSeriesCollection()

    Declaration
    public ChartVisibleSeriesCollection()

    Properties

    Item[String]

    return ChartSeries from the given string

    Declaration
    public ChartSeriesBase this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type
    ChartSeriesBase
    Back to top Generated by DocFX