Class PointEventArgs
Specifies the event arguments available to click on point.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
PointEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class PointEventArgs : BaseEventArgs
Fields
Chart
Declaration
public readonly SfChart Chart
Field Value
Type | Description |
---|---|
SfChart |
PageX
Defines current window page x location.
Declaration
public readonly double PageX
Field Value
Type | Description |
---|---|
System.Double |
PageY
Defines current window page y location.
Declaration
public readonly double PageY
Field Value
Type | Description |
---|---|
System.Double |
Point
Defines the current point.
Declaration
public readonly Points Point
Field Value
Type | Description |
---|---|
Syncfusion.Blazor.Charts.Chart.Internal.Points |
PointIndex
Defines the point index.
Declaration
public readonly double PointIndex
Field Value
Type | Description |
---|---|
System.Double |
Series
Defines the current series.
Declaration
public readonly ChartSeries Series
Field Value
Type | Description |
---|---|
ChartSeries |
SeriesIndex
Defines the series index.
Declaration
public readonly double SeriesIndex
Field Value
Type | Description |
---|---|
System.Double |
X
Defines current mouse x location
Declaration
public readonly double X
Field Value
Type | Description |
---|---|
System.Double |
Y
Defines current mouse y location.
Declaration
public readonly double Y
Field Value
Type | Description |
---|---|
System.Double |