[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollEventArgs.-ctor

AxisScrollEventArgs Constructor

AxisScrollEventArgs(AxisIdEnum)

Creates a new instance of AxisScrollEventArgs class.

Declaration
public AxisScrollEventArgs(AxisIdEnum id)
Parameters
Type Name Description
AxisIdEnum id

An enumeration to refer to the X, Y, and Y2 axis.

AxisScrollEventArgs(AxisIdEnum, ScrollEventType, double, double, ScrollOrientation)

Creates a new instance of AxisScrollEventArgs class.

Declaration
public AxisScrollEventArgs(AxisIdEnum id, ScrollEventType type, double oldValue, double newValue, ScrollOrientation orientation)
Parameters
Type Name Description
AxisIdEnum id

An enumeration to refer to the X, Y, and Y2 axis.

ScrollEventType type

Specifies the ScrollEventType value of scroll action.

double oldValue

Old scroll position.

double newValue

New scroll position.

ScrollOrientation orientation

Specifies the scroll bar orientation.