Skip to main content
A newer version of this page is available. .

BootstrapChartTooltipSettings Class

Stores chart tooltip settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartTooltipSettings :
    BootstrapUIWidgetTooltipSettings

The following members return BootstrapChartTooltipSettings objects:

Remarks

A tooltip is a miniature rectangle displaying values of a series point. A tooltip appears when the end-user hovers the cursor over a series point. You can enable/disable tooltips, change their appearance and format their text using properties of the BootstrapChartTooltipSettings class.

BootstrapChart-ToolTip

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapUIWidgetTooltipSettings
BootstrapChartTooltipSettings
See Also