[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxisScrollEventArgs

AxisScrollEventArgs Class

Provides data for AxisScrollEvent which fires whenever the built in axis scrollbar changes value.

Inheritance
AxisScrollEventArgs
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class AxisScrollEventArgs

Constructors

Name Description
AxisScrollEventArgs(AxisIdEnum)

Creates a new instance of AxisScrollEventArgs class.

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

Creates a new instance of AxisScrollEventArgs class.

Properties

Name Description
AxisId

Gets a value identifying the axis that is scrolled.

NewValue

Gets or sets the value of the axis scrollbar as it will be after event completion. The axis scrollbar value indicates the fraction between the minimum and maximum.

OldValue

Gets the value of the axis scrollbar before the event. The axis scrollbar value indicates the fraction between the minimum and maximum.

ScrollEventType

Gets a value indicating the type of scroll event.

ScrollOrientation

Gets a value indicating the orientation of the axis scrollbar.