Interface CfnAnalysis.IHeatMapConfigurationProperty
The configuration of a heat map.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHeatMapConfigurationProperty
Syntax (vb)
Public Interface IHeatMapConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Color |
The color options (gradient color, point of divergence) in a heat map. |
Column |
The label options of the column that is displayed in a heat map. |
Data |
The options that determine if visual data labels are displayed. |
Field |
The field wells of the visual. |
Legend | The legend display setup of the visual. |
Row |
The label options of the row that is displayed in a |
Sort |
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.
virtual object ColorScale { get; }
Property Value
System.
Remarks
ColumnLabelOptions
The label options of the column that is displayed in a heat map.
virtual object ColumnLabelOptions { get; }
Property Value
System.
Remarks
DataLabels
The options that determine if visual data labels are displayed.
virtual object DataLabels { get; }
Property Value
System.
Remarks
FieldWells
The field wells of the visual.
virtual object FieldWells { get; }
Property Value
System.
Remarks
Legend
The legend display setup of the visual.
virtual object Legend { get; }
Property Value
System.
Remarks
RowLabelOptions
The label options of the row that is displayed in a heat map
.
virtual object RowLabelOptions { get; }
Property Value
System.
Remarks
SortConfiguration
The sort configuration of a heat map.
virtual object SortConfiguration { get; }
Property Value
System.
Remarks
Tooltip
The tooltip display setup of the visual.
virtual object Tooltip { get; }
Property Value
System.