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

BootstrapChartTooltipSettings.Format Property

Formats the value before it will be displayed in the tooltip.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapUIWidgetFormat Format { get; }

Property Value

Type Description
BootstrapUIWidgetFormat

An object of the BootstrapUIWidgetFormat class.

Property Paths

You can access this nested property as listed below:

Object Type Path to Format
BootstrapChart
.SettingsToolTip.Format
BootstrapChartBase
.SettingsToolTip.Format
BootstrapCoordinateSystemChart
.SettingsToolTip.Format
BootstrapPieChart
.SettingsToolTip.Format
BootstrapPolarChart
.SettingsToolTip.Format

Remarks

For more information on standard format strings, refer to the Format Specifiers document.

See Also