Click or drag to resize

PannedRoundEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the Panned event for round view.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewRound
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class PannedRoundEventArgs : AfterPropChangeEventArgs<PointUnitCircle>

The PannedRoundEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPannedRoundEventArgsInitializes a new instance of the PannedRoundEventArgs class
Top
Fields
 NameDescription
Public fieldCancelRendering Cancel rendering after the property change event has been handled.
(Inherited from AfterPropChangeEventArgsT)
Public fieldNewValue New value of the property.
(Inherited from AfterPropChangeEventArgsT)
Public fieldOldValue Old value of the property.
(Inherited from AfterPropChangeEventArgsT)
Top
See Also