Back to Devexpress

DxChartAnimationSettings Class

blazor-devexpress-dot-blazor-e29b16f7.md

latest1.8 KB
Original Source

DxChartAnimationSettings Class

Defines Chart animation settings.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxChartAnimationSettings :
    DxSettingsComponent<ChartAnimationSettingsModel>

Remarks

The animation appears during the Chart’s first render.

Set the Enabled property to false to disable the animation and optimize the performance.

razor
<DxChart Data="@forecasts">
    <DxChartAnimationSettings Enabled="false"></DxChartAnimationSettings>
    @* ... *@
</DxChart>

Implements

IComponent

IHandleEvent

IHandleAfterRender

IDisposable

Inheritance

Object ComponentBase DxSettingsComponent<DevExpress.Blazor.Internal.ChartAnimationSettingsModel> DxChartAnimationSettings

See Also

DxChartAnimationSettings Members

DevExpress.Blazor Namespace