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

In This Topic
    Easing Property
    In This Topic
    Configurates C1.Web.Mvc.ChartAnimation<T>.Easing. Sets the easing function applied to the animation.
    Syntax
    'Declaration
     
    Public Property Easing As Easing
    public Easing Easing {get; set;}
    See Also