Method: Axlsx::DataBar#max_length

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

#max_lengthInteger Also known as: maxLength

maxLength attribute The maximum length of the data bar, as a percentage of the cell width. The default value is 90

Returns:

  • (Integer)


53
54
55
# File 'lib/axlsx/workbook/worksheet/data_bar.rb', line 53

def max_length
  @max_length
end