Searched refs:set2 (Results 1 - 2 of 2) sorted by relevance

/yui3/src/charts/js/
H A DCartesianChart.js1107 * @param {Array} set2 Seconf collection of axes to check.
1112 _getTopOverflow: function(set1, set2, height)
1127 if(set2)
1130 len = set2.length;
1133 axis = set2[i];
1145 * @param {Array} set2 Seconf collection of axes to check.
1150 _getRightOverflow: function(set1, set2, width)
1165 if(set2)
1168 len = set2.length;
1171 axis = set2[
[all...]
/yui3/build/charts-base/
H A Dcharts-base-debug.js13951 * @param {Array} set2 Seconf collection of axes to check.
13956 _getTopOverflow: function(set1, set2, height)
13971 if(set2)
13974 len = set2.length;
13977 axis = set2[i];
13989 * @param {Array} set2 Seconf collection of axes to check.
13994 _getRightOverflow: function(set1, set2, width)
14009 if(set2)
14012 len = set2.length;
14015 axis = set2[
[all...]

Completed in 72 milliseconds