The following tables list the members exposed by ScrollBarEventArgs.
Name | Description | |
---|---|---|
ScrollBarEventArgs Constructor | Creates axis data view event arguments. |
Name | Description | |
---|---|---|
Axis | Gets the Axis object that a scrollbar belongs to. Axis of the event. | |
ButtonType | Gets the type of scrollbar button that the end-user clicked on. Type of the scroll button clicked. | |
ChartArea | Gets the ChartArea object that the scrollbar belongs to. Chart area of the event. | |
Handled | Gets a boolean value that determines if further event handling is performed by the chart control. Indicates that event is handled by user and no further processing is required. | |
MousePositionX | Gets the X position of the mouse cursor at the time the AxisScrollBarClicked event was raised. Mouse cursor X position. | |
MousePositionY | Gets the Y position of the mouse cursor at the time the AxisScrollBarClicked event was raised. Mouse cursor Y position. |