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

BootstrapChartSeriesLabelSettings.ArgumentFormat Property

Formats the point argument before it will be displayed in the point label.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

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

Property Value

Type Description
BootstrapUIWidgetFormat

An object of the BootstrapUIWidgetFormat class.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also