Axis data scroll bar event arguments.
| Visual Basic (Declaration) | |
|---|---|
Public Class ScrollBarEventArgs Inherits EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class ScrollBarEventArgs : EventArgs | |
This class is exposed as the e parameter in the AxisScrollBarClicked event.
The properties of ScrollBarEventArgs are:
-
the ButtonType property, used to get the scrollbar element the end-user clicked on.
-
the Handled property, which determines if the Chart control implements default handling of the scrollbar button click after the code in the AxisScrollBarClicked event finishes execution.
-
the MousePositionX property, which is the X position of the mouse cursor at the time the end-user clicked on the scrollbar element.
-
the MousePositionY property, which is the Y position of the mouse cursor at the time the end-user clicked on the scrollbar element.
System.Object
System.EventArgs
Dundas.Charting.WinControl.ScrollBarEventArgs
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




