menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartSelectedDataIndexBuilder

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

    Constructors

    ChartSelectedDataIndexBuilder()

    Declaration
    public ChartSelectedDataIndexBuilder()

    ChartSelectedDataIndexBuilder(List<ChartSelectedDataIndex>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Point(Int32)

    Specifies the index of the data point within the series.

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

    Series(Int32)

    Specifies the index of the series.

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