Method: Axlsx::DataBar#show_value

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

#show_valueBoolean 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

Returns:

  • (Boolean)


60
61
62
# File 'lib/axlsx/workbook/worksheet/data_bar.rb', line 60

def show_value
  @show_value
end