Class AccumulationPointEventArgs
Specifies the event arguments available on point render of the accumulation chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.AccumulationRenderingEventArgs
AccumulationPointEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationPointEventArgs : AccumulationRenderingEventArgs
Fields
PageX
Defines the x point of page.
Declaration
public readonly double PageX
Field Value
Type |
---|
System.Double |
PageY
Defines the y point of page.
Declaration
public readonly double PageY
Field Value
Type |
---|
System.Double |
Point
Defines the Series Point.
Declaration
public readonly AccumulationPoints Point
Field Value
Type |
---|
AccumulationPoints |
PointIndex
Defines the index of the point.
Declaration
public readonly int PointIndex
Field Value
Type |
---|
System.Int32 |
SeriesIndex
Defines the series index of the point.
Declaration
public readonly int SeriesIndex
Field Value
Type |
---|
System.Int32 |
X
Defines the x point.
Declaration
public readonly double X
Field Value
Type |
---|
System.Double |
Y
Defines the y point.
Declaration
public readonly double Y
Field Value
Type |
---|
System.Double |
Properties
IsRightClick
Defines the points is clicked by right click or not.
Declaration
public bool IsRightClick { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|