Interface CfnAnalysisPropsMixin.IRadarChartAggregatedFieldWellsProperty
The aggregated field well configuration of a RadarChartVisual .
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IRadarChartAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IRadarChartAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
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. |
Properties
Category
The aggregated field well categories of a radar chart.
object? Category { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IDimensionFieldProperty)[]
Color
The color that are assigned to the aggregated field wells of a radar chart.
object? Color { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IDimensionFieldProperty)[]
Values
The values that are assigned to the aggregated field wells of a radar chart.
object? Values { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IMeasureFieldProperty)[]