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


In This Topic
    ChartAnimationTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ChartAnimationTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyConfigurates 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.  
    Public PropertyConfigurates C1.Web.Mvc.ChartAnimation<T>.AxisAnimation. Sets a value indicating whether animation is applied to the axis.  
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Public PropertyConfigurates C1.Web.Mvc.ChartAnimation<T>.Duration. Sets the length of entire animation in milliseconds.  
    Public PropertyConfigurates C1.Web.Mvc.ChartAnimation<T>.Easing. Sets the easing function applied to the animation.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcess all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Protected MethodProcess the child content. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartAnimation<object>>)
    Top
    See Also