func (sg *SvgGraphics) YAxis(yr chart.Range, xs, xms int, options chart.PlotOptions) { chart.GenericYAxis(sg, yr, xs, xms, options) }
func (ig *ImageGraphics) YAxis(yr chart.Range, xs, xms int, options chart.PlotOptions) { chart.GenericYAxis(ig, yr, xs, xms, options) }