Class PivotViewPivotChartSettingsIndexes
Inheritance
System.Object
PivotViewPivotChartSettingsIndexes
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSettingsIndexes : EJTagHelper
Constructors
PivotViewPivotChartSettingsIndexes()
Declaration
public PivotViewPivotChartSettingsIndexes()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Point
Allows to set the point index
Declaration
public int Point { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Series
Allows to set the series index
Declaration
public int Series { get; set; }
Property Value
Type |
Description |
System.Int32 |
|