ChartControl.GetToolTipController() Method
Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Returns
Type | Description |
---|---|
ToolTipController | A ToolTipController component which controls the appearance and behavior of the hints displayed by the Chart control. |
Remarks
The tooltip controller is specified by the ChartControl.ToolTipController property. If this property isn’t specified, the GetToolTipController method returns the default tooltip controller which can be accessed via the ToolTipController.DefaultController static member.
For more information on how to use a tooltip, refer to the Tooltip topic.