Table of Contents

Class RoundPositionChangedEventArgs<P, M>

Namespace
LightningChartLib.WinForms.Charting.EventMarkers
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the PositionChanged event.

public class RoundPositionChangedEventArgs<P, M> : ChartEventArgs where P : PointRound where M : RoundEventMarkerBase

Type Parameters

P
typeparam P T:LightningChartLib.WinForms.Charting.EventMarkers.RoundPositionChangedEventArgs`2
M
typeparam M T:LightningChartLib.WinForms.Charting.EventMarkers.RoundPositionChangedEventArgs`2
Inheritance
RoundPositionChangedEventArgs<P, M>
Derived
Inherited Members

Constructors

RoundPositionChangedEventArgs()

Creates and initializes a new instance of PositionChangedEventArgs class.

public RoundPositionChangedEventArgs()

Fields

CancelRendering

If you update the chart in the event handler, set to true to prevent flickering.

public bool CancelRendering

Field Value

bool

Marker

Marker.

public M Marker

Field Value

M

Properties

NewPosition

New position of the marker.

public virtual P NewPosition { get; }

Property Value

P