Class PointXY
Represents the selected point X, Y, SeriesIndex, PointIndex values.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Chart.Internal.AtrPoints
PointXY
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class PointXY : AtrPoints
Remarks
The AtrPoints class provides a flexible way to manage selected point data.
Constructors
PointXY()
Declaration
public PointXY()
Properties
PointIndex
Gets or sets the reference to point's index.
Declaration
public Nullable<int> PointIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Accepts the value as integer. The default value is 0. |
SeriesIndex
Gets or sets the reference to series's index.
Declaration
public Nullable<int> SeriesIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Accepts the value as integer. The default value is 0. |