71727374757677
public JSynopticStandardXYItemRenderer(int x_ary) { this(x_ary, StandardXYItemRenderer.LINES); } public JSynopticStandardXYItemRenderer(int x_ary, int type) { this(x_ary, type,new TimeSeriesToolTipGenerator()); }