Table of Contents

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

bool

Cancel

Cancel zooming.

public bool Cancel

Field Value

bool

XRanges

X-axis range change information.

public List<RangeChangeInfo> XRanges

Field Value

List<RangeChangeInfo>

YRanges

Y-axis range change information.

public List<RangeChangeInfo> YRanges

Field Value

List<RangeChangeInfo>