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

SeriesPointAnimationBase.PointDelay Property

Gets or sets the delay between the start of point animations.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
TimeSpan

A TimeSpan object specifying the delay.

See Also