Method: Axlsx::ValAxis#crossBetween
- Defined in:
- lib/axlsx/drawing/val_axis.rb
#crossBetween ⇒ Symbol
This element specifies how the value axis crosses the category axis. must be one of [:between, :midCat]
9 10 11 |
# File 'lib/axlsx/drawing/val_axis.rb', line 9 def crossBetween @crossBetween end |