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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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