Class AccumulationPoint
Represents the selected data point of accumulation chart.
Inheritance
System.Object
AccumulationPoint
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationPoint : Object
Properties
PointIndex
Gets the reference to point's index.
Declaration
public Nullable<int> PointIndex { get; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
SeriesIndex
Gets the reference to series's index.
Declaration
public Nullable<int> SeriesIndex { get; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
X
Gets the reference to point's x value.
Declaration
public object X { get; }
Property Value
Type |
---|
System.Object |
Y
Gets the reference to point's y value.
Declaration
public double Y { get; }
Property Value
Type |
---|
System.Double |