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

ChartControl.ActualToolTipController Property

Returns the actual tooltip controller.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ChartToolTipController ActualToolTipController { get; }

Property Value

Type Description
ChartToolTipController

The controller that defines tooltip appearance and behavior for a chart.

See Also