Searched defs:bottom (Results 1 - 1 of 1) sorted by relevance

/yui3/src/charts/js/
H A DCartesianChartLegend.js10 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 paddin
[all...]

Completed in 14 milliseconds