Dundas Chart for Windows Forms
AxisScrollBarClicked Event
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Chart Class : AxisScrollBarClicked Event


Occurs when the axis scrollbar is clicked.
Called when axis scroll bar is used by user.

Syntax

Visual Basic (Declaration)  
Public Event AxisScrollBarClicked() As ScrollBarEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As ScrollBarEventHandler
 
AddHandler instance.AxisScrollBarClicked, handler
C#  
public event ScrollBarEventHandler AxisScrollBarClicked()

Event Data

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.

Requirements

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

See Also

© 2009 All Rights Reserved.