Show / Hide Table of Contents

Class CfnTemplatePropsMixin.RadarChartAggregatedFieldWellsProperty

The aggregated field well configuration of a RadarChartVisual .

Inheritance
object
CfnTemplatePropsMixin.RadarChartAggregatedFieldWellsProperty
Implements
CfnTemplatePropsMixin.IRadarChartAggregatedFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

RadarChartAggregatedFieldWellsProperty()

The aggregated field well configuration of a RadarChartVisual .

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

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

ExampleMetadata: fixture=_generated

Properties

Category

The aggregated field well categories of a radar chart.

public object? Category { get; set; }
Property Value

object

Remarks

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

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

object

Remarks

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

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

object

Remarks

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

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

Implements

CfnTemplatePropsMixin.IRadarChartAggregatedFieldWellsProperty
Back to top Generated by DocFX