Chart.AxisViewChanging イベント

定義

軸のスケール ビューの位置またはサイズがこれから変更されるときに発生します。

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

イベントの種類

適用対象