Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IGaugeChartVisualProperty

A gauge chart.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGaugeChartVisualProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IGaugeChartVisualProperty
Remarks

For more information, see Using gauge charts in the Amazon Quick Suite User Guide .

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Actions

The list of custom actions that are configured for a visual.

ChartConfiguration

The configuration of a GaugeChartVisual .

ConditionalFormatting

The conditional formatting of a GaugeChartVisual .

Subtitle

The subtitle that is displayed on the visual.

Title

The title that is displayed on the visual.

VisualContentAltText

The alt text for the visual.

VisualId

The unique identifier of a visual.

Properties

Actions

The list of custom actions that are configured for a visual.

object? Actions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-actions

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IVisualCustomActionProperty)[]

ChartConfiguration

The configuration of a GaugeChartVisual .

object? ChartConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-chartconfiguration

Type union: either IResolvable or CfnAnalysisPropsMixin.IGaugeChartConfigurationProperty

ConditionalFormatting

The conditional formatting of a GaugeChartVisual .

object? ConditionalFormatting { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-conditionalformatting

Type union: either IResolvable or CfnAnalysisPropsMixin.IGaugeChartConditionalFormattingProperty

Subtitle

The subtitle that is displayed on the visual.

object? Subtitle { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-subtitle

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualSubtitleLabelOptionsProperty

Title

The title that is displayed on the visual.

object? Title { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-title

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualTitleLabelOptionsProperty

VisualContentAltText

The alt text for the visual.

string? VisualContentAltText { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-visualcontentalttext

VisualId

The unique identifier of a visual.

string? VisualId { get; }
Property Value

string

Remarks

This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gaugechartvisual.html#cfn-quicksight-analysis-gaugechartvisual-visualid

Back to top Generated by DocFX