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

ChartAxis.NumericFormat Property

Gets the numeric display format the chart axis data uses.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DataItemNumericFormat NumericFormat { get; }

Property Value

Type Description
DataItemNumericFormat

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

See Also