FlexChart for WinForms
AnimationTransform イベント (FlexChart)

C1.Win.FlexChart.8 アセンブリ > C1.Win.Chart 名前空間 > FlexChart クラス : AnimationTransform イベント
アニメーション変換中に発生します。
シンタックス
'宣言
 
Public Event AnimationTransform As System.EventHandler(Of AnimationTransformEventArgs)
public event System.EventHandler<AnimationTransformEventArgs> AnimationTransform
イベント データ

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

プロパティ解説
Gets the axis type.  
Whether to cancel the default animation.  
Gets the ending position.  
Get the current point index.  
Gets the animation position (from 0.0 to 1.0).  
Gets the current series.  
Gets the startig position.  
Gets the animation state.  
Gets or sets the value in data coordinates.  
参照