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

BootstrapChartAxisLabelSettings.Format Property

Formats a value before it is displayed in an axis label.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.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
BootstrapChartArgumentAxis
.Label.Format
BootstrapChartAxisSettings
.Label.Format
BootstrapChartAxisSettingsBase
.Label.Format
BootstrapChartValueAxis
.Label.Format
BootstrapPolarChartArgumentAxis
.Label.Format
BootstrapPolarChartAxisSettingsBase
.Label.Format
BootstrapPolarChartValueAxis
.Label.Format

Remarks

For more information about format specifiers, refer to the Format Specifiers document.

See Also