ASP.NET Core MVC コントロールヘルプ
AnimationMode 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : AnimationMode 列挙体
Specifies the animation mode whether chart should animate one point at a time, series by series, or all at once.
シンタックス
'宣言
 
Public Enum AnimationMode 
   Inherits System.Enum
public enum AnimationMode : System.Enum 
メンバ
メンバ解説
AllAll points and series are animated at once.
PointAnimation is performed point by point. Multiple series are animated simultaneously at the same time.
SeriesAnimation is performed series by series. Entire series is animated at once, following the same animation as the "All" option, but just one series at a time.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.AnimationMode

参照

C1.Web.Mvc 名前空間