Class CfnTemplate.TreeMapAggregatedFieldWellsProperty
Aggregated field wells of a tree map.
Inheritance
System.Object
CfnTemplate.TreeMapAggregatedFieldWellsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TreeMapAggregatedFieldWellsProperty : Object, CfnTemplate.ITreeMapAggregatedFieldWellsProperty
Syntax (vb)
Public Class TreeMapAggregatedFieldWellsProperty
Inherits Object
Implements CfnTemplate.ITreeMapAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
TreeMapAggregatedFieldWellsProperty() |
Properties
Colors | The color field well of a tree map. |
Groups | The group by field well of a tree map. |
Sizes | The size field well of a tree map. |
Constructors
TreeMapAggregatedFieldWellsProperty()
public TreeMapAggregatedFieldWellsProperty()
Properties
Colors
The color field well of a tree map.
public object Colors { get; set; }
Property Value
System.Object
Remarks
Values are grouped by aggregations based on group by fields.
Groups
The group by field well of a tree map.
public object Groups { get; set; }
Property Value
System.Object
Remarks
Values are grouped based on group by fields.
Sizes
The size field well of a tree map.
public object Sizes { get; set; }
Property Value
System.Object
Remarks
Values are aggregated based on group by fields.