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

AnimationBase.BeginTime Property

Gets or sets the initial delay before animation start.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public TimeSpan BeginTime { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value, specifying the delay between an animation request and an animation start.

See Also