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 IBarChartAggregatedFieldWellsProperty
Syntax (vb)
Public Interface 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. |
Small |
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.
virtual object Category { get; }
Property Value
System.
Remarks
Colors
The color (group/color) field well of a bar chart.
virtual object Colors { get; }
Property Value
System.
Remarks
SmallMultiples
The small multiples field well of a bar chart.
virtual object SmallMultiples { get; }
Property Value
System.
Remarks
Values
The value field wells of a bar chart.
virtual object Values { get; }
Property Value
System.