Skip to main content

SeriesPointAnimationBase.PointDelay Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public TimeSpan PointDelay { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan object specifying the delay.

See Also