Lines Matching refs:props
133 props = this._labelRotationProps,
134 rot = props.rot,
135 absRot = props.absRot,
136 sinRadians = props.sinRadians,
137 cosRadians = props.cosRadians,
188 props = host._titleRotationProps,
194 props.labelWidth = labelWidth;
195 props.labelHeight = labelHeight;
200 props.x = x;
201 props.y = y;
202 props.transformOrigin = [0.5, 0.5];
203 host._rotate(label, props);
221 props = host._labelRotationProps,
222 rot = props.rot,
223 absRot = props.absRot,
247 props.labelWidth = labelWidth;
248 props.labelHeight = labelHeight;
249 props.x = leftOffset;
250 props.y = topOffset;
251 host._rotate(label, props);
258 * @param {Object} props Coordinates, dimension and rotation properties of the label.
261 _setRotationCoords: function(props)
263 var rot = props.rot,
264 absRot = props.absRot,
265 labelWidth = props.labelWidth,
266 labelHeight = props.labelHeight,
285 props.x -= leftOffset;
286 props.y -= topOffset;