Show / Hide Table of Contents

Interface CfnAnalysis.IHeatMapConfigurationProperty

The configuration of a heat map.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

ColorScale

The color options (gradient color, point of divergence) in a heat map.

ColumnLabelOptions

The label options of the column that is displayed in a heat map.

DataLabels

The options that determine if visual data labels are displayed.

FieldWells

The field wells of the visual.

Interactions

The general visual interactions setup for a visual.

Legend

The legend display setup of the visual.

RowLabelOptions

The label options of the row that is displayed in a heat map .

SortConfiguration

The sort configuration of a heat map.

Tooltip

The tooltip display setup of the visual.

Properties

ColorScale

The color options (gradient color, point of divergence) in a heat map.

object? ColorScale { get; }
Property Value

object

Remarks

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

ColumnLabelOptions

The label options of the column that is displayed in a heat map.

object? ColumnLabelOptions { get; }
Property Value

object

Remarks

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

DataLabels

The options that determine if visual data labels are displayed.

object? DataLabels { get; }
Property Value

object

Remarks

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

FieldWells

The field wells of the visual.

object? FieldWells { get; }
Property Value

object

Remarks

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

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-analysis-heatmapconfiguration.html#cfn-quicksight-analysis-heatmapconfiguration-interactions

Legend

The legend display setup of the visual.

object? Legend { get; }
Property Value

object

Remarks

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

RowLabelOptions

The label options of the row that is displayed in a heat map .

object? RowLabelOptions { get; }
Property Value

object

Remarks

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

SortConfiguration

The sort configuration of a heat map.

object? SortConfiguration { get; }
Property Value

object

Remarks

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

Tooltip

The tooltip display setup of the visual.

object? Tooltip { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX