Lines Matching refs:label
113 * Calculates the point for a label.
129 * @param {HTMLElement} label to measure
157 * Determines the available label width when the axis width has been explicitly set.
171 margin = styles.label.margin.right;
182 * @param {HTMLElement} label to rotate position
185 positionTitle: function(label)
191 labelWidth = label.offsetWidth,
192 labelHeight = label.offsetHeight,
205 host._rotate(label, props);
212 * @param {HTMLElement} label to rotate position
213 * @param {Object} pt hash containing the x and y coordinates in which the label will be positioned
217 positionLabel: function(label, pt, styles, i)
221 labelStyles = styles.label,
258 this._rotate(label, props);
262 * Adjusts the coordinates of an axis label based on the rotation.
265 * @param {Object} props Coordinates, dimension and rotation properties of the label.
299 * Returns the transformOrigin to use for an axis label based on the position of the axis
300 * and the rotation of the label.
303 * @param {Number} rot The rotation (in degrees) of the label.
354 labelStyle = styles.label,