Method: Axlsx::DataBar#minLength

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

#minLengthInteger

minLength attribute The minimum length of the data bar, as a percentage of the cell width. The default value is 10

Returns:

  • (Integer)


17
18
19
# File 'lib/axlsx/workbook/worksheet/data_bar.rb', line 17

def minLength
  @minLength
end