Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IComboChartAggregatedFieldWellsProperty

The aggregated field wells of a combo chart.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

BarValues

The aggregated BarValues field well of a combo chart.

Category

The aggregated category field wells of a combo chart.

Colors

The aggregated colors field well of a combo chart.

LineValues

The aggregated LineValues field well of a combo chart.

Properties

BarValues

The aggregated BarValues field well of a combo chart.

object? BarValues { get; }
Property Value

object

Remarks

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

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

Category

The aggregated category field wells of a combo chart.

object? Category { get; }
Property Value

object

Remarks

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

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

Colors

The aggregated colors field well of a combo chart.

object? Colors { get; }
Property Value

object

Remarks

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

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

LineValues

The aggregated LineValues field well of a combo chart.

object? LineValues { get; }
Property Value

object

Remarks

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

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

Back to top Generated by DocFX