Class BeforeZoomingXYEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the BeforeZooming event for XY view.
public class BeforeZoomingXYEventArgs : ChartEventArgs
- Inheritance
-
BeforeZoomingXYEventArgs
- Inherited Members
Constructors
BeforeZoomingXYEventArgs()
Creates and initializes a new instance of BeforeZoomingXYEventArgs class.
public BeforeZoomingXYEventArgs()
Fields
ByWheel
Zooming is done by mouse wheel.
public bool ByWheel
Field Value
Cancel
Cancel zooming.
public bool Cancel
Field Value
XRanges
X-axis range change information.
public List<RangeChangeInfo> XRanges
Field Value
YRanges
Y-axis range change information.
public List<RangeChangeInfo> YRanges