Click or drag to resize

PannedXYEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the Panned event for XY view.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.Views.ViewXYPannedXYEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class PannedXYEventArgs : ChartEventArgs

The PannedXYEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPannedXYEventArgs Creates and initializes a new instance of PannedXYEventArgs class.
Top
Fields
 NameDescription
Public fieldXRanges X-axis range information.
Public fieldYRanges Y-axis range information.
Top
See Also