Class PivotViewPivotChartSettingsIndexesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSettingsIndexesBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSettingsIndexesBuilder : ControlBuilder
Constructors
PivotViewPivotChartSettingsIndexesBuilder()
Declaration
public PivotViewPivotChartSettingsIndexesBuilder()
PivotViewPivotChartSettingsIndexesBuilder(PivotViewPivotChartSettingsIndexes)
Declaration
public PivotViewPivotChartSettingsIndexesBuilder(PivotViewPivotChartSettingsIndexes model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartSettingsIndexes | model |
Methods
Point(Int32)
Allows to set the point index
Declaration
public PivotViewPivotChartSettingsIndexesBuilder Point(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsIndexesBuilder |
Series(Int32)
Allows to set the series index
Declaration
public PivotViewPivotChartSettingsIndexesBuilder Series(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsIndexesBuilder |