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

ChartToolTipController.AutoPopDelay Property

Specifies the auto pop up delay before the tooltip appears on a chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public TimeSpan AutoPopDelay { get; set; }

Property Value

Type Description
TimeSpan

A System.TimeSpan value specifying the pop up tooltip delay.

See Also