ChartControlSettings.ToolTipOptions Property
In This Article
Gets the tooltip settings that allow you to specify its position and appearance on a diagram.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ToolTipOptions ToolTipOptions { get; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
#Remarks
Before the tooltip customization, make sure the ChartControlSettings.ToolTipEnabled property is set to true.
See Also