Method: Tk::Tcllib::Plotchart::ChartMethod#background

Defined in:
lib/tkextlib/tcllib/plotchart.rb

#background(part, color_or_image, dir) ⇒ Object



199
200
201
202
203
# File 'lib/tkextlib/tcllib/plotchart.rb', line 199

def background(part, color_or_image, dir)
  tk_call_without_enc(@chart, 'background',
                      part, color_or_image, dir)
  self
end