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) 

イベントの種類

適用対象