Back to Devexpress

DxChartAnimationSettings.Enabled Property

blazor-devexpress-dot-blazor-dot-dxchartanimationsettings.md

latest1.3 KB
Original Source

DxChartAnimationSettings.Enabled Property

Specifies whether Chart series are animated when the component renders them for the first time.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(true)]
[Parameter]
public bool Enabled { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to enable the animation; otherwise, false.

|

Remarks

The animation appears during the Chart’s first render.

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

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

See Also

DxChartAnimationSettings Class

DxChartAnimationSettings Members

DevExpress.Blazor Namespace