alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ChartDefaultAnimation

    Provides options for animation in the chart component.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    ChartSubComponent
    ChartDefaultAnimation
    ChartIndicatorAnimation
    ChartSeriesAnimation
    ChartTrendlineAnimation
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartDefaultAnimation : ChartSubComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    ChartDefaultAnimation()

    Declaration
    public ChartDefaultAnimation()

    Properties

    Delay

    Gets or sets the delay for the animation of the series.

    Declaration
    [Parameter]
    public double Delay { get; set; }
    Property Value
    Type Description
    double

    A double representing the delay in milliseconds before the animation starts. The default value is 0.

    Remarks

    Use this property to specify how long the chart should wait before beginning the animation. This can help in synchronizing complex animations or staggering them for visual effects.

    Duration

    Gets or sets the duration of the animation in milliseconds.

    Declaration
    [Parameter]
    public double Duration { get; set; }
    Property Value
    Type Description
    double

    A double representing the total time span of the animation in milliseconds. The default value is 1000.

    Remarks

    Adjusting this property allows you to speed up or slow down the animation, making it more visually appealing based on the specific chart's context.

    Enable

    Gets or sets a value indicating whether the series is animated on initial loading.

    Declaration
    [Parameter]
    public bool Enable { get; set; }
    Property Value
    Type Description
    bool

    true if the series animation is enabled on initial load; otherwise, false. The default value is true.

    Remarks

    Setting this property to true makes the series elements animate when the chart first loads, enhancing the visual engagement of the chart presentation. Disable it for static displays.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved