Method: Axlsx::AreaChart#initialize
- Defined in:
- lib/axlsx/drawing/area_chart.rb
#initialize(frame, options = {}) ⇒ AreaChart
Creates a new line chart object
45 46 47 48 49 50 51 |
# File 'lib/axlsx/drawing/area_chart.rb', line 45 def initialize(frame, = {}) @vary_colors = false @grouping = :standard super(frame, ) @series_type = AreaSeries @d_lbls = nil end |