FlexPivot for WinForms
PositionChanged イベント

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart.Interaction 名前空間 > LineMarker クラス : PositionChanged イベント
Fires when marker position was changed, allows to update content.
シンタックス
'宣言
 
Public Event PositionChanged As LineMarker.PositionChangedEventHandler
public event LineMarker.PositionChangedEventHandler PositionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、PositionChangedEventArgs 型の引数を受け取りました。次の PositionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets or sets the X coordinate of the mouse position.  
Gets or sets the Y coordinate of the mouse position.  
参照