Method: Axlsx::Workbook#charts

Defined in:
lib/axlsx/workbook/workbook.rb

#chartsSimpleTypedList (readonly)

Note:

The recommended way to manage charts is Worksheet#add_chart

A colllection of charts associated with this workbook

Returns:

  • (SimpleTypedList)

See Also:



45
46
47
# File 'lib/axlsx/workbook/workbook.rb', line 45

def charts
  @charts
end