Chart::AxisScrollBarClicked Event

.NET Framework (current version)
 

Occurs when the axis scroll bar is clicked by the end-user.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
event EventHandler<ScrollBarEventArgs^>^ AxisScrollBarClicked {
	void add(EventHandler<ScrollBarEventArgs^>^ value);
	void remove(EventHandler<ScrollBarEventArgs^>^ value);
}

.NET Framework
Available since 4.0
Return to top
Show: