Method: Tk::BLT::PlotComponent::Legend#configure
- Defined in:
- lib/tkextlib/blt/component.rb
#configure(key, value = None) ⇒ Object
967 968 969 970 |
# File 'lib/tkextlib/blt/component.rb', line 967 def configure(key, value=None) @chart.legend_configure(key, value) self end |