Method: Axlsx::DataBar#show_value
- Defined in:
- lib/axlsx/workbook/worksheet/data_bar.rb
#show_value ⇒ Boolean Also known as: showValue
maxLength attribute Indicates whether to show the values of the cells on which this data bar is applied. The default value is true
60 61 62 |
# File 'lib/axlsx/workbook/worksheet/data_bar.rb', line 60 def show_value @show_value end |