BootstrapChartSeriesLabelSettings.ArgumentFormat Property
Formats the point argument before it will be displayed in the point label.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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 |
|
Remarks
For more information on standard format strings, refer to the Format Specifiers document.
See Also