Method: Axlsx::DLbls#d_lbl_pos
- Defined in:
- lib/axlsx/drawing/d_lbls.rb
#d_lbl_pos ⇒ Symbol
The position of the data labels in the chart
51 52 53 54 |
# File 'lib/axlsx/drawing/d_lbls.rb', line 51 def d_lbl_pos return unless [Pie3DChart, LineChart].include? @chart_type @d_lbl_pos ||= :bestFit end |