menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DSelectedDataIndexBuilder

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

    Constructors

    Chart3DSelectedDataIndexBuilder()

    Declaration
    public Chart3DSelectedDataIndexBuilder()

    Chart3DSelectedDataIndexBuilder(List<Chart3DSelectedDataIndex>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Point(Int32)

    Specifies the index of the data point within the series.

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

    Series(Int32)

    Specifies the index of the series.

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