Method: Axlsx::Axis#tickLblPos

Defined in:
lib/axlsx/drawing/axis.rb

#tickLblPosSymbol

the position of the tick labels must be one of [:nextTo, :high, :low]

Returns:

  • (Symbol)


26
27
28
# File 'lib/axlsx/drawing/axis.rb', line 26

def tickLblPos
  @tickLblPos
end