DataItemNumericUnit Type
Lists values that specify numeric units.
Declaration
export type DataItemNumericUnit = "Auto" | "Ones" | "Thousands" | "Millions" | "Billions"
Members
Name | Description |
---|---|
"Auto" | The unit is selected automatically, so that there are no more than three digits in the resulting value’s integer part. |
"Ones" | Values are shown “as is”. |
"Thousands" | Values are converted to thousands. |
"Millions" | Values are converted to millions. |
"Billions" | Values are converted to billions. |