Method: Tk::BLT::PlotComponent::GridLine#configure
- Defined in:
- lib/tkextlib/blt/component.rb
#configure(key, value = None) ⇒ Object
890 891 892 893 |
# File 'lib/tkextlib/blt/component.rb', line 890 def configure(key, value=None) @chart.gridline_configure(key, value) self end |