Show / Hide Table of Contents

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

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

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

object

Remarks

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

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

object

Remarks

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

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IMeasureFieldProperty)[]

Back to top Generated by DocFX