Method: Axlsx::CatAxis#initialize
- Defined in:
- lib/axlsx/drawing/cat_axis.rb
#initialize(options = {}) ⇒ CatAxis
Creates a new CatAxis object
9 10 11 12 13 14 15 16 |
# File 'lib/axlsx/drawing/cat_axis.rb', line 9 def initialize(={}) @tick_lbl_skip = 1 @tick_mark_skip = 1 self.auto = 1 self.lbl_algn = :ctr self.lbl_offset = "100" super() end |