Table of Contents

Class BeforePanningXYEventArgs

Namespace
LightningChartLib.WinForms.Charting.Views.ViewXY
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the BeforePanning event for XY view.

public class BeforePanningXYEventArgs : ChartEventArgs
Inheritance
BeforePanningXYEventArgs
Inherited Members

Constructors

BeforePanningXYEventArgs()

Creates and initializes a new instance of BeforePanningXYEventArgs class.

public BeforePanningXYEventArgs()

Fields

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>