DashboardNumberDisplayFormatConfiguration

data class DashboardNumberDisplayFormatConfiguration(val decimalPlacesConfiguration: DashboardDecimalPlacesConfiguration? = null, val negativeValueConfiguration: DashboardNegativeValueConfiguration? = null, val nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, val numberScale: DashboardNumberScale? = null, val prefix: String? = null, val separatorConfiguration: DashboardNumericSeparatorConfiguration? = null, val suffix: String? = null)

Constructors

constructor(decimalPlacesConfiguration: DashboardDecimalPlacesConfiguration? = null, negativeValueConfiguration: DashboardNegativeValueConfiguration? = null, nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, numberScale: DashboardNumberScale? = null, prefix: String? = null, separatorConfiguration: DashboardNumericSeparatorConfiguration? = null, suffix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The option that determines the decimal places configuration.

Link copied to clipboard

The options that determine the negative value configuration.

Link copied to clipboard

The options that determine the null value format configuration.

Link copied to clipboard

Determines the number scale value of the number format.

Link copied to clipboard
val prefix: String? = null

Determines the prefix value of the number format.

Link copied to clipboard

The options that determine the numeric separator configuration.

Link copied to clipboard
val suffix: String? = null

Determines the suffix value of the number format.