BootstrapChartAxisLabelSettings.Format Property
Formats a value before it is displayed in an axis label.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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 |
|
Remarks
For more information about format specifiers, refer to the Format Specifiers document.
See Also