Chart.AxisViewChanged 事件

定義

當座標軸刻度檢視位置或大小變更時發生。

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) 

事件類型

適用於