ViewEventArgs.Axis Property

Definition

Gets the Axis object that a view 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.Axis
Public ReadOnly Property Axis As Axis

Property Value

An Axis object that represents the axis that a view belongs to.

Remarks

This property is exposed in the AxisViewChanged and AxisViewChanging events 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.

Applies to