Class DataEditingEventArgs
Specifies the event arguments available for the editing events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
DataEditingEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class DataEditingEventArgs : BaseEventArgs
Fields
NewValue
Defines the current point new value.
Declaration
public readonly double NewValue
Field Value
Type | Description |
---|---|
System.Double |
OldValue
Defines the current point old value.
Declaration
public readonly double OldValue
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 current point index.
Declaration
public readonly double PointIndex
Field Value
Type | Description |
---|---|
System.Double |
Series
Defines the current chart series.
Declaration
public readonly ChartSeries Series
Field Value
Type | Description |
---|---|
ChartSeries |
SeriesIndex
Defines the current series index.
Declaration
public readonly double SeriesIndex
Field Value
Type | Description |
---|---|
System.Double |