Lines Matching refs:line
140 * Creates a graphic instance to be used for the axis line and ticks.
196 line: {
278 * Draws a line segment between 2 points
281 * @param {Object} startPoint x and y coordinates for the start point of the line segment
282 * @param {Object} endPoint x and y coordinates for the for the end point of the line segment
283 * @param {Object} line styles (weight, color and alpha to be applied to the line segment)
350 line = styles.line,
378 weight: line.weight,
379 color: line.color,
380 opacity: line.alpha
1189 * The graphic in which the axis line and ticks will be rendered.
1270 * line in relation to the top of the axis.
1281 * line in relation to the bottom of the axis.
1292 * line in relation to the left of the axis.
1303 * line in relation to the right side of the axis.
1478 * <dt>line</dt><dd>Properties used for drawing the axis line.
1480 * <dt>weight</dt><dd>Number indicating the width of the axis line. The default value is 1.</dd>
1481 * <dt>color</dt><dd>The color of the axis line. The default value is `#dad8c9`.</dd>