orientation

@JvmName(name = "ffrhbnlaipdrjccy")
suspend fun orientation(value: Output<TemplateBarChartOrientation>)
@JvmName(name = "qwylkkqhtydlcvnl")
suspend fun orientation(value: TemplateBarChartOrientation?)

Parameters

value

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.