Class PositionChangedEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the PositionChanged event.
public class PositionChangedEventArgs : ChartEventArgs
- Inheritance
-
PositionChangedEventArgs
- Inherited Members
Constructors
PositionChangedEventArgs()
Creates and initializes a new instance of PositionChangedEventArgs class.
public PositionChangedEventArgs()
Fields
CancelRendering
If you update the chart in the event handler, set to true to prevent flickering.
public bool CancelRendering
Field Value
Cursor
Cursor.
public LineSeriesCursor Cursor
Field Value
NewValue
New value on X-axis.
public double NewValue