Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IBarChartAggregatedFieldWellsProperty

The aggregated field wells of a bar chart.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IBarChartAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IBarChartAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Category

The category (y-axis) field well of a bar chart.

Colors

The color (group/color) field well of a bar chart.

SmallMultiples

The small multiples field well of a bar chart.

Values

The value field wells of a bar chart.

Properties

Category

The category (y-axis) field well of a bar chart.

object? Category { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]

Colors

The color (group/color) field well of a bar chart.

object? Colors { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-barchartaggregatedfieldwells.html#cfn-quicksight-dashboard-barchartaggregatedfieldwells-colors

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]

SmallMultiples

The small multiples field well of a bar chart.

object? SmallMultiples { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-barchartaggregatedfieldwells.html#cfn-quicksight-dashboard-barchartaggregatedfieldwells-smallmultiples

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]

Values

The value field wells of a bar chart.

object? Values { get; }
Property Value

object

Remarks

Values are aggregated by category.

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

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

Back to top Generated by DocFX