Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Charts

#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