Class PivotViewPivotChartSettingsIndexesBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
PivotViewPivotChartSettingsIndexesBuilder |
Series(Int32)
Allows to set the series index
Declaration
public PivotViewPivotChartSettingsIndexesBuilder Series(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
Returns
Type | Description |
---|---|
PivotViewPivotChartSettingsIndexesBuilder |