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

Gauge.ScaleLabelNumericFormat Property

Specifies the numeric display format the chart axis data uses.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DataItemNumericFormat ScaleLabelNumericFormat { get; }

Property Value

Type Description
DataItemNumericFormat

Contains format settings for numeric values, including the precision, unit, currency and format type.

See Also