Lines Matching refs:plotWidth
623 plotWidth = 0, plotHeight = 0,
645 plot.width = function () { return plotWidth; };
1378 s = axis.scale = plotWidth / Math.abs(t(axis.max) - t(axis.min));
1629 plotWidth = surface.width - plotOffset.left - plotOffset.right;
1939 ctx.fillRect(0, 0, plotWidth, plotHeight);
2048 x = (axis.position == "left" ? 0 : plotWidth);
2059 xoff = plotWidth + 1;
2102 xoff = t == "full" ? -plotWidth : t;
2141 ctx.lineTo(plotWidth, 0 - bw.top/2);
2149 ctx.moveTo(plotWidth + bw.right / 2, 0 - bw.top);
2150 ctx.lineTo(plotWidth + bw.right / 2, plotHeight);
2158 ctx.moveTo(plotWidth + bw.right, plotHeight + bw.bottom / 2);
2175 ctx.strokeRect(-bw/2, -bw/2, plotWidth + bw, plotHeight + bw);