ChartControl.ToolTipController Property
Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public ChartToolTipController ToolTipController { get; set; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
#Remarks
Before the tooltip customization, make sure the ChartControl.ToolTipEnabled property is set to true.
Use properties of the ChartToolTipController object 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, ChartToolTipController.InitialDelay).
For more information on how to use a tooltip in your application, see the Tooltips topic.