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

ChartControlSettings.ToolTipOptions Property

Gets the tooltip settings that allow you to specify its position and appearance on a diagram.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ToolTipOptions ToolTipOptions { get; }

Property Value

Type Description
ToolTipOptions

A ToolTipOptions object which represents tooltip options.

Remarks

Before the tooltip customization, make sure the ChartControlSettings.ToolTipEnabled property is set to true.

See Also