Skip to main content

ChartToolTipController Class

Provides options that define tooltip appearance and behavior for a chart.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[NonCategorized]
public class ChartToolTipController :
    ChartDependencyObject

#Returned By

Properties that return ChartToolTipController instances:

#Remarks

Use the ChartControl.ToolTipController property to access the ChartToolTipController object.

Then, it becomes possible to customize the tooltip appearance on a chart (e.g., ChartToolTipController.ShowBeak, ChartToolTipController.ShowShadow) and define the tooltip behavior (e.g, ChartToolTipController.CloseOnClick, ChartToolTipController.OpenMode and ChartToolTipController.InitialDelay).

For more information on how to use a tooltip in your application, see the Tooltips topic.

See Also