Skip to main content

ChartToolTipController.AutoPopDelay Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public TimeSpan AutoPopDelay { get; set; }

Property Value

Type Description
TimeSpan

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

See Also