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

In This Topic
    AxisAnimation Property
    In This Topic
    Configurates C1.Web.Mvc.ChartAnimation<T>.AxisAnimation. Sets a value indicating whether animation is applied to the axis.
    Syntax
    'Declaration
     
    Public Property AxisAnimation As Boolean
    public bool AxisAnimation {get; set;}
    See Also