Class PannedXYEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the Panned event for XY view.
public class PannedXYEventArgs : ChartEventArgs
- Inheritance
-
PannedXYEventArgs
- Inherited Members
Constructors
PannedXYEventArgs()
Creates and initializes a new instance of PannedXYEventArgs class.
public PannedXYEventArgs()
Fields
XRanges
X-axis range information.
public List<RangeInfo> XRanges
Field Value
YRanges
Y-axis range information.
public List<RangeInfo> YRanges