Click or drag to resize

PolarPositionChangedEventArgs 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 PolarPositionChangedEventArgs : RoundPositionChangedEventArgs<PointPolar, PolarEventMarker>

The PolarPositionChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPolarPositionChangedEventArgs Polar Position Changed EventArgs.
Top
Properties
 NameDescription
Public propertyNewPosition New position of the marker.
(Inherited from RoundPositionChangedEventArgsP, M)
Top
Fields
 NameDescription
Public fieldCancelRendering If you update the chart in the event handler, set to true to prevent flickering.
(Inherited from RoundPositionChangedEventArgsP, M)
Public fieldMarker Marker.
(Inherited from RoundPositionChangedEventArgsP, M)
Top
See Also