Show / Hide Table of Contents

Interface CfnAnalysis.IBarChartAggregatedFieldWellsProperty

The aggregated field wells of a bar chart.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-barchartaggregatedfieldwells.html#cfn-quicksight-analysis-barchartaggregatedfieldwells-category

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-analysis-barchartaggregatedfieldwells.html#cfn-quicksight-analysis-barchartaggregatedfieldwells-colors

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-analysis-barchartaggregatedfieldwells.html#cfn-quicksight-analysis-barchartaggregatedfieldwells-smallmultiples

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-analysis-barchartaggregatedfieldwells.html#cfn-quicksight-analysis-barchartaggregatedfieldwells-values

Back to top Generated by DocFX