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

In This Topic
    Duration Property
    In This Topic
    Configurates C1.Web.Mvc.ChartAnimation<T>.Duration. Sets the length of entire animation in milliseconds.
    Syntax
    'Declaration
     
    Public Property Duration As Integer
    public int Duration {get; set;}
    See Also