ScrollBarEventArgs.Axis Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Axis object that a scrollbar belongs to.
public:
 property System::Windows::Forms::DataVisualization::Charting::Axis ^ Axis { System::Windows::Forms::DataVisualization::Charting::Axis ^ get(); };public System.Windows.Forms.DataVisualization.Charting.Axis Axis { get; }member this.Axis : System.Windows.Forms.DataVisualization.Charting.AxisPublic ReadOnly Property Axis As AxisProperty Value
An Axis object that represents the axis that the scrollbar belongs to.
Remarks
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.