Class PositionChangedSeriesEventMarkerEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.EventMarkers
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the PositionChanged event.
public class PositionChangedSeriesEventMarkerEventArgs : ChartEventArgs
- Inheritance
-
PositionChangedSeriesEventMarkerEventArgs
- Inherited Members
Constructors
PositionChangedSeriesEventMarkerEventArgs()
Creates and initializes a new instance of PositionChangedSeriesEventMarkerEventArgs class.
public PositionChangedSeriesEventMarkerEventArgs()
Fields
CancelRendering
Set 'true' to prevent flickering if you update the chart in the event handler.
public bool CancelRendering
Field Value
Marker
Marker.
public SeriesEventMarker Marker
Field Value
X
X value.
public double X
Field Value
Y
Y value.
public double Y