Enum RVDashboardNumberAbbreviationType

The list of abbreviation types for large numbers.

Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public enum RVDashboardNumberAbbreviationType

Fields

Name Description
Auto

Automatically selects the most appropriate abbreviation type

B

Abbreviates the value using billions (B).

K

Abbreviates the value using thousands (K).

M

Abbreviates the value using millions (M).

None

No Abbreviation Type

T

Abbreviates the value using trillions (T).