menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularChart3DSelectedDataIndexBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularChart3DSelectedDataIndexBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    CircularChart3DSelectedDataIndexBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularChart3DSelectedDataIndexBuilder : ControlBuilder

    Constructors

    CircularChart3DSelectedDataIndexBuilder()

    Declaration
    public CircularChart3DSelectedDataIndexBuilder()

    CircularChart3DSelectedDataIndexBuilder(List<CircularChart3DSelectedDataIndex>)

    Declaration
    public CircularChart3DSelectedDataIndexBuilder(List<CircularChart3DSelectedDataIndex> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<CircularChart3DSelectedDataIndex> collection

    Methods

    Add()

    Declaration
    public void Add()

    Point(Int32)

    Specifies the index of the data point within the series.

    Declaration
    public CircularChart3DSelectedDataIndexBuilder Point(int point)
    Parameters
    Type Name Description
    System.Int32 point
    Returns
    Type
    CircularChart3DSelectedDataIndexBuilder

    Series(Int32)

    Specifies the index of the series.

    Declaration
    public CircularChart3DSelectedDataIndexBuilder Series(int series)
    Parameters
    Type Name Description
    System.Int32 series
    Returns
    Type
    CircularChart3DSelectedDataIndexBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved