ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ChartAnimationTagHelper Class / AnimationMode Property

In This Topic
    AnimationMode Property
    In This Topic
    Configurates C1.Web.Mvc.ChartAnimation<T>.AnimationMode. Sets whether the plot points animate one at a time, series by series, or all at once. The whole animation is still completed within the duration.
    Syntax
    'Declaration
     
    Public Property AnimationMode As AnimationMode
    public AnimationMode AnimationMode {get; set;}
    See Also