Class CfnTemplatePropsMixin.RadarChartAggregatedFieldWellsProperty
The aggregated field well configuration of a RadarChartVisual .
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.RadarChartAggregatedFieldWellsProperty : CfnTemplatePropsMixin.IRadarChartAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.RadarChartAggregatedFieldWellsProperty Implements CfnTemplatePropsMixin.IRadarChartAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| RadarChartAggregatedFieldWellsProperty() | The aggregated field well configuration of a |
Properties
| Category | The aggregated field well categories of a radar chart. |
| Color | The color that are assigned to the aggregated field wells of a radar chart. |
| Values | The values that are assigned to the aggregated field wells of a radar chart. |
Constructors
RadarChartAggregatedFieldWellsProperty()
The aggregated field well configuration of a RadarChartVisual .
public RadarChartAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Category
The aggregated field well categories of a radar chart.
public object? Category { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]
Color
The color that are assigned to the aggregated field wells of a radar chart.
public object? Color { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]
Values
The values that are assigned to the aggregated field wells of a radar chart.
public object? Values { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IMeasureFieldProperty)[]