Lines Matching refs:line
89 styles.line = this._getLineDefaults();
190 * <dt>color</dt><dd>The color of the line. The default value is determined by the order of the series on the graph. The color will be
193 * <dt>weight</dt><dd>Number that indicates the width of the line. The default value is 6.</dd>
194 * <dt>alpha</dt><dd>Number between 0 and 1 that indicates the opacity of the line. The default value is 1.</dd>
195 * <dt>lineType</dt><dd>Indicates whether the line is solid or dashed. The default value is solid.</dd>
199 * <dt>discontinuousType</dt><dd>Indicates whether the line between discontinuous points is solid or dashed. The default value is solid.</dd>
204 * @attribute line
207 line: {
211 return this.get("styles").line;
215 this.set("styles", {line:val});
251 * <dt>line</dt><dd>Style properties for the lines in the series. Specific