Lines Matching defs:bottom
10 BOTTOM = "bottom",
65 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
92 bottom;
114 bottom = !isNaN(bottom) ? Math.max(topHeight + itemHeight, bottom) : topHeight + itemHeight;
125 bottom: bottom
129 this.set("height", topHeight + padding.bottom);
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),
252 bottom;
275 bottom = !isNaN(bottom) ? Math.max(legendHeight + itemHeight, bottom) : legendHeight + itemHeight;
287 bottom: bottom
346 * @param {Object} padding Object contain left, top, right and bottom padding properties.
362 startPoint = h - totalHeight - padding.bottom;
391 bottomPaneHeight = layoutBoxDimensions.bottom,
464 graphRect.bottom = h - bottomPaneHeight;
491 graphRect.bottom = h - bottomOverflow;
534 graphHeight = graphRect.bottom - graphRect.top;
551 case "bottom" :
667 * @return {Object} The left, top, right and bottom values for the legend.
675 bottom: 0,