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
ExampleMetadata: fixture=_generated
Synopsis
Properties
| BarValues | The aggregated |
| Category | The aggregated category field wells of a combo chart. |
| Colors | The aggregated colors field well of a combo chart. |
| LineValues | The aggregated |
Properties
BarValues
The aggregated BarValues field well of a combo chart.
object? BarValues { get; }
Property Value
Remarks
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
Remarks
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
Remarks
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IMeasureFieldProperty)[]