ChartControlSettings.ToolTipEnabled Property
Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | true, to enable a tooltip for a chart; otherwise, false. |
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Remarks
Use the ToolTipEnabled property to activate (deactivate) a tooltip at the level of a chart.
It then becomes possible to customize the tooltip appearance and position on a diagram via the ChartControlSettings.ToolTipOptions property.
See Also