Method: Tk::BLT::PlotComponent::Legend#get

Defined in:
lib/tkextlib/blt/component.rb

#get(pos, y = nil) ⇒ Object



986
987
988
# File 'lib/tkextlib/blt/component.rb', line 986

def get(pos, y=nil)
  @chart.legend_get(pos, y)
end