Class PointInfo
Defines the information of the chart point.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class PointInfo : Object
Constructors
PointInfo()
Declaration
public PointInfo()
Properties
PointIndex
Defines the point index.
Declaration
public double PointIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointText
Defines the point text.
Declaration
public string PointText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PointX
Defines the x value of the point.
Declaration
public object PointX { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
PointY
Defines the y value of the point.
Declaration
public object PointY { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
SeriesIndex
Defines the chart series index.
Declaration
public double SeriesIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SeriesName
Defines the chart series name.
Declaration
public string SeriesName { get; set; }
Property Value
Type | Description |
---|---|
System.String |