vertical property

bool vertical
final

Whether the bars are rendered vertically or horizontally.

If true, the bars will be rendered vertically with the domain axis along the bottom of the chart. If false, the bars will be rendered horizontally with the domain axis along the left side of the chart.

Implementation

final bool vertical;