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

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.v18.2.UI.dll

Declaration

public ToolTipController GetToolTipController()

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.

See Also