DataItemNumericFormatType Type
Lists values that specify format types for numeric values.
Declaration
export type DataItemNumericFormatType = "Auto" | "General" | "Number" | "Currency" | "Scientific" | "Percent" | "Custom"
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 DataItemNumericFormat.precision value. |
"Number" | Integral and decimal digits, group separators, and a decimal separator with an optional negative sign. |
"Currency" | Currency formatting. |
"Scientific" | Exponential notation. |
"Percent" | Number multiplied by 100 and displayed with a percent symbol. |
"Custom" |
Remarks
Values listed in this type alias are used to set the DevExpress.Dashboard.Model.DateFilterArrangementMode property.