aws-cdk-lib.aws_quicksight.CfnAnalysis.BarChartConfigurationProperty

interface BarChartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.BarChartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_BarChartConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.BarChartConfigurationProperty
Pythonaws_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

NameTypeDescription
barsArrangement?stringDetermines the arrangement of the bars.
categoryAxis?IResolvable | AxisDisplayOptionsPropertyThe label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults?IResolvable | IResolvable | ContributionAnalysisDefaultProperty[]The contribution analysis (anomaly configuration) setup of the visual.
dataLabels?IResolvable | DataLabelOptionsPropertyThe options that determine if visual data labels are displayed.
fieldWells?IResolvable | BarChartFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
orientation?stringThe orientation of the bars in a bar chart visual. There are two valid values in this structure:.
referenceLines?IResolvable | IResolvable | ReferenceLineProperty[]The reference line setup of the visual.
smallMultiplesOptions?IResolvable | SmallMultiplesOptionsPropertyThe small multiples setup for the visual.
sortConfiguration?IResolvable | BarChartSortConfigurationPropertyThe sort configuration of a BarChartVisual .
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.
valueAxis?IResolvable | AxisDisplayOptionsPropertyThe label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette?IResolvable | VisualPalettePropertyThe 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 | AxisDisplayOptionsProperty (optional)

The label display options (grid line, range, scale, axis step) for bar chart category.


categoryLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility and sort icon visibility) for a bar chart.


colorLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (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 | ContributionAnalysisDefaultProperty[] (optional)

The contribution analysis (anomaly configuration) setup of the visual.


dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The options that determine if visual data labels are displayed.


fieldWells?

Type: IResolvable | BarChartFieldWellsProperty (optional)

The field wells of the visual.


legend?

Type: IResolvable | LegendOptionsProperty (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 | ReferenceLineProperty[] (optional)

The reference line setup of the visual.


smallMultiplesOptions?

Type: IResolvable | SmallMultiplesOptionsProperty (optional)

The small multiples setup for the visual.


sortConfiguration?

Type: IResolvable | BarChartSortConfigurationProperty (optional)

The sort configuration of a BarChartVisual .


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.


valueAxis?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The label display options (grid line, range, scale, axis step) for a bar chart value.


valueLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility and sort icon visibility) for a bar chart value.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The palette (chart color) display setup of the visual.