Lines Matching defs:left
11 LEFT = "left",
65 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
88 limit = width - (padding.left + padding.right),
89 left,
111 left = !isNaN(left) ? Math.min(left, legendWidth) : legendWidth;
115 node.setStyle("left", legendWidth + PX);
122 left: left,
184 * @param {Object} padding Object contain left, top, right and bottom padding properties.
194 startPoint = padding.left;
224 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
246 leftWidth = padding.left - horizontalGap,
249 left,
272 left = !isNaN(left) ? Math.min(left, leftWidth) : leftWidth;
276 node.setStyle("left", leftWidth + PX);
284 left: left,
346 * @param {Object} padding Object contain left, top, right and bottom padding properties.
388 leftPaneWidth = layoutBoxDimensions.left,
462 graphRect.left = leftPaneWidth;
506 graphRect.left = leftOverflow;
533 graphWidth = graphRect.right - graphRect.left;
535 graphX = graphRect.left;
543 case "left" :
573 axis.get("boundingBox").setStyle("left", graphX + PX);
592 axis.get("boundingBox").setStyle("left", graphX + PX);
608 axis.get("boundingBox").setStyle("left", leftAxesXCoords[i] + PX);
627 axis.get("boundingBox").setStyle("left", rightAxesXCoords[i] + PX);
646 graph.get("boundingBox").setStyle("left", graphX + PX);
655 this._overlay.setStyle("left", graphX + PX);
667 * @return {Object} The left, top, right and bottom values for the legend.
676 left: 0