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

BootstrapChartSeriesLabelSettings.Format Property

Formats the point value before it will be displayed in the point 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:

Show 42 property paths
Object Type Path to Format
BootstrapChartAreaSeries
.Label.Format
BootstrapChartAreaSeriesBase
.Label.Format
BootstrapChartBarSeries
.Label.Format
BootstrapChartBarSeriesBase
.Label.Format
BootstrapChartBubbleSeries
.Label.Format
BootstrapChartCandleStickSeries
.Label.Format
BootstrapChartCommonSeries
.Label.Format
BootstrapChartCommonSeriesBase
.Label.Format
BootstrapChartFinancialSeriesBase
.Label.Format
BootstrapChartFullStackedAreaSeries
.Label.Format
BootstrapChartFullStackedBarSeries
.Label.Format
BootstrapChartFullStackedLineSeries
.Label.Format
BootstrapChartFullStackedSplineAreaSeries
.Label.Format
BootstrapChartFullStackedSplineSeries
.Label.Format
BootstrapChartLineSeries
.Label.Format
BootstrapChartPointSeriesBase
.Label.Format
BootstrapChartRangeAreaSeries
.Label.Format
BootstrapChartRangeBarSeries
.Label.Format
BootstrapChartRangeSeriesBase
.Label.Format
BootstrapChartScatterSeries
.Label.Format
BootstrapChartSeries
.Label.Format
BootstrapChartSeriesBase
.Label.Format
BootstrapChartSplineAreaSeries
.Label.Format
BootstrapChartSplineSeries
.Label.Format
BootstrapChartStackedAreaSeries
.Label.Format
BootstrapChartStackedBarSeries
.Label.Format
BootstrapChartStackedLineSeries
.Label.Format
BootstrapChartStackedSplineAreaSeries
.Label.Format
BootstrapChartStackedSplineSeries
.Label.Format
BootstrapChartStepAreaSeries
.Label.Format
BootstrapChartStepLineSeries
.Label.Format
BootstrapChartStockSeries
.Label.Format
BootstrapCoordinateSystemChartSeries
.Label.Format
BootstrapPieChartCommonSeries
.Label.Format
BootstrapPolarChartAreaSeries
.Label.Format
BootstrapPolarChartBarSeries
.Label.Format
BootstrapPolarChartCommonSeries
.Label.Format
BootstrapPolarChartLineSeries
.Label.Format
BootstrapPolarChartScatterSeries
.Label.Format
BootstrapPolarChartSeries
.Label.Format
BootstrapPolarChartSeriesBase
.Label.Format
BootstrapPolarChartStackedBarSeries
.Label.Format

Remarks

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

See Also