func (sg *SvgGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) { chart.GenericKey(sg, x, y, key, options) }
func (ig *ImageGraphics) Key(x, y int, key chart.Key, options chart.PlotOptions) { chart.GenericKey(ig, x, y, key, options) }