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 |