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.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartAxisSettingsBase
.Label .Format

Remarks

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

See Also