Lines Matching defs:top
8 TOP = "top",
65 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
87 topHeight = padding.top - verticalGap,
90 top,
112 top = !isNaN(top) ? Math.min(top, topHeight) : topHeight;
116 node.setStyle("top", topHeight + PX);
123 top: top,
184 * @param {Object} padding Object contain left, top, right and bottom padding properties.
224 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
248 limit = height - (padding.top + padding.bottom),
250 top,
273 top = !isNaN(top) ? Math.min(top, legendHeight) : legendHeight;
277 node.setStyle("top", legendHeight + PX);
285 top: top,
346 * @param {Object} padding Object contain left, top, right and bottom padding properties.
356 startPoint = padding.top;
390 topPaneHeight = layoutBoxDimensions.top,
463 graphRect.top = topPaneHeight;
476 graphRect.top = topOverflow;
534 graphHeight = graphRect.bottom - graphRect.top;
536 graphY = graphRect.top;
547 case "top" :
574 axis.get("boundingBox").setStyle("top", topAxesYCoords[i] + PX);
593 axis.get("boundingBox").setStyle("top", bottomAxesYCoords[i] + PX);
607 axis.get("boundingBox").setStyle("top", graphY + PX);
626 axis.get("boundingBox").setStyle("top", graphY + PX);
647 graph.get("boundingBox").setStyle("top", graphY + PX);
656 this._overlay.setStyle("top", graphY + PX);
667 * @return {Object} The left, top, right and bottom values for the legend.
673 top: 0,