Method: Axlsx::Axis#axPos

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

#axPosSymbol

The position of the axis must be one of [:l, :r, :t, :b]

Returns:

  • (Symbol)


21
22
23
# File 'lib/axlsx/drawing/axis.rb', line 21

def axPos
  @axPos
end