ChartControl.ActualToolTipController Property
In This Article
Returns the actual tooltip controller.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ChartToolTipController ActualToolTipController { get; }
#Property Value
Type | Description |
---|---|
Chart |
The controller that defines tooltip appearance and behavior for a chart. |
See Also