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
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
Remarks
Colors
The color (group/color) field well of a bar chart.
object? Colors { get; }
Property Value
Remarks
SmallMultiples
The small multiples field well of a bar chart.
object? SmallMultiples { get; }
Property Value
Remarks
Values
The value field wells of a bar chart.
object? Values { get; }