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


The following tables list the members exposed by ScrollBarEventArgs.

Public Constructors

  Name Description
Public Constructor ScrollBarEventArgs Constructor Creates axis data view event arguments.  
Top

Public Properties

  Name Description
Public Property Axis Gets the Axis object that a scrollbar belongs to.
Axis of the event.  
Public Property ButtonType Gets the type of scrollbar button that the end-user clicked on.
Type of the scroll button clicked.  
Public Property ChartArea Gets the ChartArea object that the scrollbar belongs to.
Chart area of the event.  
Public Property 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.  
Public Property MousePositionX Gets the X position of the mouse cursor at the time the AxisScrollBarClicked event was raised.
Mouse cursor X position.  
Public Property MousePositionY Gets the Y position of the mouse cursor at the time the AxisScrollBarClicked event was raised.
Mouse cursor Y position.  
Top

See Also

© 2009 All Rights Reserved.