orientation property

BarGraphOrientation orientation
final

orientation is a orientation of BarGraph

Default: BarGraphOrientation.VERTICAL_FROM_BOTTOM

Possible orientation:

  • BarGraphOrientation.VERTICAL_FROM_TOP
  • BarGraphOrientation.VERTICAL_FROM_BOTTOM
  • BarGraphOrientation.HORIZONTAL_FROM_LEFT
  • BarGraphOrientation.HORIZONTAL_FROM_RIGHT

Implementation

final BarGraphOrientation orientation;