DataItemNumericFormatType Enum
Lists values that specify format types for numeric values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Auto
|
Format type is defined automatically, according to the data type and summary function (for measures). |
General
|
The most compact of either fixed-point or scientific notation. Ignores the Data |
Number
|
Integral and decimal digits, group separators, and a decimal separator with an optional negative sign. 1234. |
Currency
|
Currency formatting. 123. |
Scientific
|
Exponential notation. 1052. |
Percent
|
Number multiplied by 100 and displayed with a percent symbol. -0. |
Custom
|
A custom format type for numeric values. |
#Related API Members
The following properties accept/return DataItemNumericFormatType values:
#Remarks
Values listed by this enumeration are used to set the DataItemNumericFormat.FormatType property.