Click or drag to resize

RoundPositionChangedEventArgsP, M Class

LightningChart .NET Help
Represents a class that provides arguments for the PositionChanged event.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.EventMarkers
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class RoundPositionChangedEventArgs<P, M> : ChartEventArgs
where P : PointRound
where M : RoundEventMarkerBase

Type Parameters

P

[Missing <typeparam name="P"/> documentation for "T:LightningChartLib.UWP.ChartingMVVM.EventMarkers.RoundPositionChangedEventArgs`2"]

M

[Missing <typeparam name="M"/> documentation for "T:LightningChartLib.UWP.ChartingMVVM.EventMarkers.RoundPositionChangedEventArgs`2"]

The RoundPositionChangedEventArgsP, M type exposes the following members.

Constructors
 NameDescription
Public methodRoundPositionChangedEventArgsP, M Creates and initializes a new instance of PositionChangedEventArgs class.
Top
Properties
 NameDescription
Public propertyNewPosition New position of the marker.
Top
Fields
 NameDescription
Public fieldCancelRendering If you update the chart in the event handler, set to true to prevent flickering.
Public fieldMarker Marker.
Top
See Also