Method: Axlsx::DLbls#d_lbl_pos

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

#d_lbl_posSymbol

The position of the data labels in the chart

Returns:

  • (Symbol)

See Also:



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