Dashboard Kpi Options Args
data class DashboardKpiOptionsArgs(val comparison: Output<DashboardComparisonConfigurationArgs>? = null, val primaryValueDisplayType: Output<DashboardPrimaryValueDisplayType>? = null, val primaryValueFontConfiguration: Output<DashboardFontConfigurationArgs>? = null, val progressBar: Output<DashboardProgressBarOptionsArgs>? = null, val secondaryValue: Output<DashboardSecondaryValueOptionsArgs>? = null, val secondaryValueFontConfiguration: Output<DashboardFontConfigurationArgs>? = null, val sparkline: Output<DashboardKpiSparklineOptionsArgs>? = null, val trendArrows: Output<DashboardTrendArrowOptionsArgs>? = null, val visualLayoutOptions: Output<DashboardKpiVisualLayoutOptionsArgs>? = null) : ConvertibleToJava<DashboardKpiOptionsArgs>
Constructors
Link copied to clipboard
constructor(comparison: Output<DashboardComparisonConfigurationArgs>? = null, primaryValueDisplayType: Output<DashboardPrimaryValueDisplayType>? = null, primaryValueFontConfiguration: Output<DashboardFontConfigurationArgs>? = null, progressBar: Output<DashboardProgressBarOptionsArgs>? = null, secondaryValue: Output<DashboardSecondaryValueOptionsArgs>? = null, secondaryValueFontConfiguration: Output<DashboardFontConfigurationArgs>? = null, sparkline: Output<DashboardKpiSparklineOptionsArgs>? = null, trendArrows: Output<DashboardTrendArrowOptionsArgs>? = null, visualLayoutOptions: Output<DashboardKpiVisualLayoutOptionsArgs>? = null)
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.