Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public AxisScrollEventArgs(
	AxisIdEnum id,
	ScrollEventType type,
	double oldValue,
	double newValue,
	ScrollOrientation orientation
)
Visual Basic
Public Sub New ( _
	id As AxisIdEnum, _
	type As ScrollEventType, _
	oldValue As Double, _
	newValue As Double, _
	orientation As ScrollOrientation _
)

See Also