Method: Axlsx::DataBar#max_length
- Defined in:
- lib/axlsx/workbook/worksheet/data_bar.rb
#max_length ⇒ Integer 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
53 54 55 |
# File 'lib/axlsx/workbook/worksheet/data_bar.rb', line 53 def max_length @max_length end |