Method: Axlsx::CatAxis#auto

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

#autoBoolean

From the docs: This element specifies that this axis is a date or text axis based on the data that is used for the axis labels, not a specific choice.

Returns:

  • (Boolean)


7
8
9
# File 'lib/axlsx/drawing/cat_axis.rb', line 7

def auto
  @auto
end