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