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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public TimeSpan PointDelay { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan object specifying the delay.

See Also