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