Class PivotChartData
Inheritance
System.Object
PivotChartData
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartData : Object
Constructors
PivotChartData()
Declaration
Properties
CellIndex
Declaration
public int CellIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
X
Declaration
public string X { get; set; }
Property Value
Type |
Description |
System.String |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|