Skip to main content
A newer version of this page is available. .

ChartBase.AnimateOnLoading Property

Gets or sets a value indicating if chart contents should be animated on chart loading.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool AnimateOnLoading { get; set; }

Property Value

Type Description
Boolean

true, to animate chart contents on loading; otherwise, false.

See Also