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

BootstrapChartTooltipSettings.ArgumentFormat Property

Specifies a format for arguments of the chart’s series points.

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:

Object Type Path to ArgumentFormat
BootstrapChart
.SettingsToolTip.ArgumentFormat
BootstrapChartBase
.SettingsToolTip.ArgumentFormat
BootstrapCoordinateSystemChart
.SettingsToolTip.ArgumentFormat
BootstrapPieChart
.SettingsToolTip.ArgumentFormat
BootstrapPolarChart
.SettingsToolTip.ArgumentFormat

Remarks

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

See Also