BarChartVisual

A bar chart.

The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

  • Horizontal bar chart

  • Vertical bar chart

  • Horizontal stacked bar chart

  • Vertical stacked bar chart

  • Horizontal stacked 100% bar chart

  • Vertical stacked 100% bar chart

For more information, see Using bar charts in the Amazon QuickSight User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of custom actions that are configured for a visual.

Link copied to clipboard

The configuration settings of the visual.

Link copied to clipboard

The column hierarchy that is used during drill-downs and drill-ups.

Link copied to clipboard

The subtitle that is displayed on the visual.

Link copied to clipboard

The title that is displayed on the visual.

Link copied to clipboard

The alt text for the visual.

Link copied to clipboard

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

Functions

Link copied to clipboard
inline fun copy(block: BarChartVisual.Builder.() -> Unit = {}): BarChartVisual
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String