Show / Hide Table of Contents

Interface CfnDashboard.IGaugeChartConfigurationProperty

The configuration of a GaugeChartVisual .

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IGaugeChartConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IGaugeChartConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html

ExampleMetadata: fixture=_generated

Synopsis

Properties

ColorConfiguration

The color configuration of a GaugeChartVisual .

DataLabels

The data label configuration of a GaugeChartVisual .

FieldWells

The field well configuration of a GaugeChartVisual .

GaugeChartOptions

The options that determine the presentation of the GaugeChartVisual .

Interactions

The general visual interactions setup for a visual.

TooltipOptions

The tooltip configuration of a GaugeChartVisual .

VisualPalette

The visual palette configuration of a GaugeChartVisual .

Properties

ColorConfiguration

The color configuration of a GaugeChartVisual .

object? ColorConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-colorconfiguration

DataLabels

The data label configuration of a GaugeChartVisual .

object? DataLabels { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-datalabels

FieldWells

The field well configuration of a GaugeChartVisual .

object? FieldWells { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-fieldwells

GaugeChartOptions

The options that determine the presentation of the GaugeChartVisual .

object? GaugeChartOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-gaugechartoptions

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-interactions

TooltipOptions

The tooltip configuration of a GaugeChartVisual .

object? TooltipOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-tooltipoptions

VisualPalette

The visual palette configuration of a GaugeChartVisual .

object? VisualPalette { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartconfiguration.html#cfn-quicksight-dashboard-gaugechartconfiguration-visualpalette

Back to top Generated by DocFX