Chart.AxisViewChanged Event

Definition

Occurs when the axis scale view position or size is changed.

public:
 event EventHandler<System::Windows::Forms::DataVisualization::Charting::ViewEventArgs ^> ^ AxisViewChanged;
public event EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs> AxisViewChanged;
member this.AxisViewChanged : EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs> 
Public Custom Event AxisViewChanged As EventHandler(Of ViewEventArgs) 
Public Event AxisViewChanged As EventHandler(Of ViewEventArgs) 

Event Type

Applies to