Lines Matching refs:label
112 * Calculates the point for a label.
128 * @param {HTMLElement} label to measure
156 * Determines the available label width when the axis width has been explicitly set.
170 margin = styles.label.margin.right;
181 * @param {HTMLElement} label to rotate position
184 positionTitle: function(label)
191 labelWidth = label.offsetWidth,
192 labelHeight = label.offsetHeight,
204 host._rotate(label, props);
211 * @param {HTMLElement} label to rotate position
212 * @param {Object} pt hash containing the x and y coordinates in which the label will be positioned
216 positionLabel: function(label, pt, styles, i)
252 this._rotate(label, props);
256 * Adjusts the coordinates of an axis label based on the rotation.
259 * @param {Object} props Coordinates, dimension and rotation properties of the label.
295 * Returns the transformOrigin to use for an axis label based on the position of the axis
296 * and the rotation of the label.
299 * @param {Number} rot The rotation (in degrees) of the label.
347 label = style.label,
351 ttl = Math.round(totalTitleSize + tickOffset + max + label.margin.right);