ChartAxis.NumericFormat Property
In This Article
Gets the numeric display format the chart axis data uses.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DataItemNumericFormat NumericFormat { get; }
#Property Value
Type | Description |
---|---|
Data |
Contains format settings for numeric values, including the precision, unit, currency and format type. |
See Also