menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartVisibleSeriesCollection - UWP API Reference | Syncfusion

    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.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved