Method: Axlsx::DataBar#minLength
- Defined in:
- lib/axlsx/workbook/worksheet/data_bar.rb
#minLength ⇒ Integer
minLength attribute The minimum length of the data bar, as a percentage of the cell width. The default value is 10
17 18 19 |
# File 'lib/axlsx/workbook/worksheet/data_bar.rb', line 17 def minLength @minLength end |