TemplateKpiOptions

data class TemplateKpiOptions(val comparison: TemplateComparisonConfiguration? = null, val primaryValueDisplayType: TemplatePrimaryValueDisplayType? = null, val primaryValueFontConfiguration: TemplateFontConfiguration? = null, val progressBar: TemplateProgressBarOptions? = null, val secondaryValue: TemplateSecondaryValueOptions? = null, val secondaryValueFontConfiguration: TemplateFontConfiguration? = null, val sparkline: TemplateKpiSparklineOptions? = null, val trendArrows: TemplateTrendArrowOptions? = null, val visualLayoutOptions: TemplateKpiVisualLayoutOptions? = null)

Constructors

Link copied to clipboard
constructor(comparison: TemplateComparisonConfiguration? = null, primaryValueDisplayType: TemplatePrimaryValueDisplayType? = null, primaryValueFontConfiguration: TemplateFontConfiguration? = null, progressBar: TemplateProgressBarOptions? = null, secondaryValue: TemplateSecondaryValueOptions? = null, secondaryValueFontConfiguration: TemplateFontConfiguration? = null, sparkline: TemplateKpiSparklineOptions? = null, trendArrows: TemplateTrendArrowOptions? = null, visualLayoutOptions: TemplateKpiVisualLayoutOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison configuration of a KPI visual.

Link copied to clipboard

The options that determine the primary value display type.

Link copied to clipboard

The options that determine the primary value font configuration.

Link copied to clipboard

The options that determine the presentation of the progress bar of a KPI visual.

Link copied to clipboard

The options that determine the presentation of the secondary value of a KPI visual.

Link copied to clipboard

The options that determine the secondary value font configuration.

Link copied to clipboard

The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.

Link copied to clipboard

The options that determine the presentation of trend arrows in a KPI visual.

Link copied to clipboard

The options that determine the layout a KPI visual.