Skip to main content

SeriesView.AnimateCommand Property

Returns a command that starts animation of a series’ contents.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand AnimateCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also