menu

WPF

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

    Show / Hide Table of Contents

    Class ChartSeries3DCollection

    A collection class which holds ChartSeries 3D.

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

    Constructors

    ChartSeries3DCollection()

    Declaration
    public ChartSeries3DCollection()

    Properties

    Item[String]

    return ChartSeries from the given string

    Declaration
    public ChartSeries3D this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type
    ChartSeries3D
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved