Skip to main content

ChartBase.AnimateOnLoading Property

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AnimateOnLoading { get; set; }

Property Value

Type Description
Boolean

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

See Also