Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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