アニメーション サンプル 設定 アニメーションの設定 有効にする 継続時間: イージング: EaseInCubic EaseOutCubic EaseInOutCubic EaseInBack EaseOutBack EaseOutElastic EaseOutBounce 方向: Horizontal Vertical 系列遷移設定 有効にする 継続時間: イージング: EaseInCubic EaseOutCubic EaseInOutCubic EaseInBack EaseOutBack EaseOutElastic EaseOutBounce 説明 C1LineChart は、データのロード時に適用されるさまざまなアニメーション効果をサポートします。 Animation プロパティと SeriesTransition プロパティは、それぞれデータのロード時と再ロード時のアニメーション効果を制御するために使用されます。 Animation.Direction - アニメーションの再生時の方向を指定します。データのロードと再ロードの両方に影響します。 Animation.Enabled および SeriesTransition.Enabled - アニメーションを有効にするかどうかを指定します。 Animation.Duration および SeriesTransition.Duration- アニメーションの継続時間を指定します。 Animation.Easing および SeriesTransition.Easing - アニメーションの種類を設定します。 Easing プロパティは、次の値に設定できます。 easeInCubic(">") easeOutCubic("<") easeInOutCubic("<>") easeInBack("backIn") easeOutBack("backOut") easeOutElastic("elastic") easeOutBounce("bounce") マニュアル