A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public DefaultBoolean ToolTipEnabled { get; set; }
Public Property ToolTipEnabled As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | true, to enable a tooltip for a chart; otherwise, false. |
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
Feedback