Method: Axlsx::Axis#tickLblPos
- Defined in:
- lib/axlsx/drawing/axis.rb
#tickLblPos ⇒ Symbol
the position of the tick labels must be one of [:nextTo, :high, :low]
26 27 28 |
# File 'lib/axlsx/drawing/axis.rb', line 26 def tickLblPos @tickLblPos end |