TemplateGaugeChartColorConfigurationArgs

data class TemplateGaugeChartColorConfigurationArgs(val backgroundColor: Output<String>? = null, val foregroundColor: Output<String>? = null) : ConvertibleToJava<TemplateGaugeChartColorConfigurationArgs>

Constructors

Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, foregroundColor: Output<String>? = null)

Properties

Link copied to clipboard
val backgroundColor: Output<String>? = null

The background color configuration of a GaugeChartVisual .

Link copied to clipboard
val foregroundColor: Output<String>? = null

The foreground color configuration of a GaugeChartVisual .

Functions

Link copied to clipboard
open override fun toJava(): TemplateGaugeChartColorConfigurationArgs