Skip to main content

BootstrapChartSeriesLabelSettings.ArgumentFormat Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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:

Object Type Path to ArgumentFormat
BootstrapChartCommonSeriesBase
.Label .ArgumentFormat

Remarks

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

See Also