Called when axis scroll bar is used by user.
Visual Basic (Declaration) | |
---|---|
Public Event AxisScrollBarClicked() As ScrollBarEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event ScrollBarEventHandler AxisScrollBarClicked() |
The event handler receives an argument of type ScrollBarEventArgs containing data related to this event. The following ScrollBarEventArgs properties provide information specific to this event.
Property | 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. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family