ScrollBarEventArgs::Axis Property

.NET Framework (current version)
 

Gets the Axis object that a scrollbar belongs to.

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

public:
property Axis^ Axis {
	Axis^ get();
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::Axis^

An Axis object that represents the axis that the scrollbar belongs to.

This property is exposed in the AxisScrollBarClicked event of the root Chart object.

This property can be used to:

  • determine the type of axis—X, X2, Y or Y2—that the event is being raised for, using the AxisName property.

  • get and set axis properties, such as LineColor.

.NET Framework
Available since 4.0
Return to top
Show: