activate(*args)
click to toggle source
def activate(*args)
@chart.legend_activate(*args)
end
cget(option)
click to toggle source
def cget(option)
@chart.legend_cget(option)
end
cget_strict(option)
click to toggle source
def cget_strict(option)
@chart.legend_cget_strict(option)
end
cget_tkstring(option)
click to toggle source
def cget_tkstring(option)
@chart.legend_cget_tkstring(option)
end
configinfo(key=nil)
click to toggle source
def configinfo(key=nil)
@chart.legend_configinfo(key)
end
current_configinfo(key=nil)
click to toggle source
def current_configinfo(key=nil)
@chart.current_legend_configinfo(key)
end
deactivate(*args)
click to toggle source
def deactivate(*args)
@chart.legend_deactivate(*args)
end
get(pos, y=nil)
click to toggle source
def get(pos, y=nil)
@chart.legend_get(pos, y)
end
id()
click to toggle source
to_eval()
click to toggle source