Lines Matching refs:label
20 * Formats a label based on the axis type and optionally specified format.
223 * the current label.
226 * @param {Number} i Index of the label.
232 var label,
237 label = data[i];
241 label = data[l - (i + 1)];
243 return label;
247 * Returns a string corresponding to the first label on an
256 label = data[0];
257 return label;
261 * Returns a string corresponding to the last label on an
271 label = data[len];
272 return label;