Skip to main content

Gauge.ScaleLabelNumericFormat Property

Specifies the numeric display format the chart axis data uses.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

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