Lines Matching refs:label
111 * Calculates the point for a label.
127 * @param {HTMLElement} label to measure
155 * Determines the available label height when the axis width has been explicitly set.
169 margin = styles.label.margin.right;
180 * @param {HTMLElement} label to rotate position
183 positionTitle: function(label)
189 labelWidth = label.offsetWidth,
190 labelHeight = label.offsetHeight,
203 host._rotate(label, props);
210 * @param {HTMLElement} label to rotate position
211 * @param {Object} pt hash containing the x and y coordinates in which the label will be positioned
215 positionLabel: function(label, pt, styles, i)
257 this._rotate(label, props);
261 * Adjusts the coordinates of an axis label based on the rotation.
264 * @param {Object} props Coordinates, dimension and rotation properties of the label.
306 * Returns the transformOrigin to use for an axis label based on the position of the axis
307 * and the rotation of the label.
310 * @param {Number} rot The rotation (in degrees) of the label.
365 labelMargin = styles.label.margin,