Skip to main content

AnimationBase.BeginTime Property

Gets or sets the initial delay before animation start.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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