Class RVNumberFormattingSpec

Number field formatting specification

Hierarchy

Index

Constructors

Accessors

  • get applyMkFormat(): boolean

    Returns boolean

    Use abbreviationType instead.

    Apply M/K format. Default is false. It only applies to some of the visualizations (e.g. charts)

  • set applyMkFormat(value: boolean): void

    Parameters

    • value: boolean

    Returns void

  • get currencySymbol(): string | null

    Custom currency symbol

    Returns string | null

  • set currencySymbol(value: string | null): void

    Parameters

    • value: string | null

    Returns void

  • get decimalDigits(): number

    Number of decimal digits. Default is 0.

    Returns number

  • set decimalDigits(value: number): void

    Parameters

    • value: number

    Returns void

  • get locale(): string | null

    Locale used for numerals and date names. Must be in ISO language - ISO country format. E.g.: 'en-us'.

    Returns string | null

  • set locale(value: string | null): void

    Parameters

    • value: string | null

    Returns void

  • get showGroupingSeparator(): boolean

    Show/Hide grouping separator

    Returns boolean

  • set showGroupingSeparator(value: boolean): void

    Parameters

    • value: boolean

    Returns void