Show / Hide Table of Contents

Class CfnDashboard.GaugeChartConfigurationProperty

The configuration of a GaugeChartVisual .

Inheritance
object
CfnDashboard.GaugeChartConfigurationProperty
Implements
CfnDashboard.IGaugeChartConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.GaugeChartConfigurationProperty : CfnDashboard.IGaugeChartConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.GaugeChartConfigurationProperty Implements CfnDashboard.IGaugeChartConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

GaugeChartConfigurationProperty()

The configuration of a GaugeChartVisual .

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 .

Constructors

GaugeChartConfigurationProperty()

The configuration of a GaugeChartVisual .

public GaugeChartConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

ColorConfiguration

The color configuration of a GaugeChartVisual .

public object? ColorConfiguration { get; set; }
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 .

public object? DataLabels { get; set; }
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 .

public object? FieldWells { get; set; }
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 .

public object? GaugeChartOptions { get; set; }
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.

public object? Interactions { get; set; }
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 .

public object? TooltipOptions { get; set; }
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 .

public object? VisualPalette { get; set; }
Property Value

object

Remarks

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

Implements

CfnDashboard.IGaugeChartConfigurationProperty
Back to top Generated by DocFX