Method: Tk::Tcllib::Plotchart::ChartMethod#title
- Defined in:
- lib/tkextlib/tcllib/plotchart.rb
#title(str) ⇒ Object
136 137 138 139 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 136 def title(str) tk_call_without_enc(@chart, 'title', _get_eval_enc_str(str)) self end |