interface GaugeChartConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.GaugeChartConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GaugeChartConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.GaugeChartConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.GaugeChartConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»GaugeChartConfigurationProperty | 
The configuration of a GaugeChartVisual .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| color | IResolvable | Gauge | The color configuration of a GaugeChartVisual. | 
| data | IResolvable | Data | The data label configuration of a GaugeChartVisual. | 
| field | IResolvable | Gauge | The field well configuration of a GaugeChartVisual. | 
| gauge | IResolvable | Gauge | The options that determine the presentation of the GaugeChartVisual. | 
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. | 
| tooltip | IResolvable | Tooltip | The tooltip configuration of a GaugeChartVisual. | 
| visual | IResolvable | Visual | The visual palette configuration of a GaugeChartVisual. | 
colorConfiguration?
Type:
IResolvable | Gauge
(optional)
The color configuration of a GaugeChartVisual .
dataLabels?
Type:
IResolvable | Data
(optional)
The data label configuration of a GaugeChartVisual .
fieldWells?
Type:
IResolvable | Gauge
(optional)
The field well configuration of a GaugeChartVisual .
gaugeChartOptions?
Type:
IResolvable | Gauge
(optional)
The options that determine the presentation of the GaugeChartVisual .
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
tooltipOptions?
Type:
IResolvable | Tooltip
(optional)
The tooltip configuration of a GaugeChartVisual .
visualPalette?
Type:
IResolvable | Visual
(optional)
The visual palette configuration of a GaugeChartVisual .
