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
Series(Int32)
Specifies the index of the series.
Declaration
public ChartSelectedDataIndexBuilder Series(int series)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | series |