Class AccumulationPoint
Inheritance
System.Object
AccumulationPoint
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationPoint : Object
Properties
PointIndex
Declaration
public Nullable<int> PointIndex { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SeriesIndex
Declaration
public Nullable<int> SeriesIndex { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
X
Declaration
Property Value
Type |
Description |
System.Object |
|
Y
Declaration
Property Value
Type |
Description |
System.Double |
|