Method: Axlsx::Scaling#orientation
- Defined in:
- lib/axlsx/drawing/scaling.rb
#orientation ⇒ Symbol
the orientation of the axis must be one of [:minMax, :maxMin]
27 28 29 |
# File 'lib/axlsx/drawing/scaling.rb', line 27 def orientation @orientation end |