interface BarChartConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.BarChartConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_BarChartConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.BarChartConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.BarChartConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » BarChartConfigurationProperty |
The configuration of a BarChartVisual .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| bars | string | Determines the arrangement of the bars. |
| category | IResolvable | Axis | The label display options (grid line, range, scale, axis step) for bar chart category. |
| category | IResolvable | Chart | The label options (label text, label visibility and sort icon visibility) for a bar chart. |
| color | IResolvable | Chart | The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart. |
| contribution | IResolvable | (IResolvable | Contribution)[] | The contribution analysis (anomaly configuration) setup of the visual. |
| data | IResolvable | Data | The options that determine if visual data labels are displayed. |
| field | IResolvable | Bar | The field wells of the visual. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| legend? | IResolvable | Legend | The legend display setup of the visual. |
| orientation? | string | The orientation of the bars in a bar chart visual. There are two valid values in this structure:. |
| reference | IResolvable | (IResolvable | Reference)[] | The reference line setup of the visual. |
| small | IResolvable | Small | The small multiples setup for the visual. |
| sort | IResolvable | Bar | The sort configuration of a BarChartVisual . |
| tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. |
| value | IResolvable | Axis | The label display options (grid line, range, scale, axis step) for a bar chart value. |
| value | IResolvable | Chart | The label options (label text, label visibility and sort icon visibility) for a bar chart value. |
| visual | IResolvable | Visual | The palette (chart color) display setup of the visual. |
barsArrangement?
Type:
string
(optional)
Determines the arrangement of the bars.
The orientation and arrangement of bars determine the type of bar that is used in the visual.
categoryAxis?
Type:
IResolvable | Axis
(optional)
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults?
Type:
IResolvable | (IResolvable | Contribution)[]
(optional)
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels?
Type:
IResolvable | Data
(optional)
The options that determine if visual data labels are displayed.
fieldWells?
Type:
IResolvable | Bar
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend display setup of the visual.
orientation?
Type:
string
(optional)
The orientation of the bars in a bar chart visual. There are two valid values in this structure:.
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
referenceLines?
Type:
IResolvable | (IResolvable | Reference)[]
(optional)
The reference line setup of the visual.
smallMultiplesOptions?
Type:
IResolvable | Small
(optional)
The small multiples setup for the visual.
sortConfiguration?
Type:
IResolvable | Bar
(optional)
The sort configuration of a BarChartVisual .
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip display setup of the visual.
valueAxis?
Type:
IResolvable | Axis
(optional)
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette?
Type:
IResolvable | Visual
(optional)
The palette (chart color) display setup of the visual.

.NET
Go
Java
Python
TypeScript