menu

WinUI

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

    Show / Hide Table of Contents

    Class CircularSeriesCollection

    A collection class which holds CircularSeries.

    Inheritance
    System.Object
    CircularSeriesCollection
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class CircularSeriesCollection : ObservableCollection<CircularSeries>

    Constructors

    CircularSeriesCollection()

    Declaration
    public CircularSeriesCollection()

    Properties

    Item[String]

    return circular series from the given string.

    Declaration
    public CircularSeries this[string name] { get; }
    Parameters
    Type Name Description
    System.String name

    Used to specify the series name.

    Property Value
    Type
    CircularSeries
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved