Lines Matching refs:line
32 if(!val.line)
34 val = {line:val};
50 var styles = this._mergeStyles({line:this._getLineDefaults()}, Y.LineSeries.superclass._getDefaultStyles());
61 * @default line
64 value:"line"
70 * <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
73 * <dt>weight</dt><dd>Number that indicates the width of the line. The default value is 6.</dd>
74 * <dt>alpha</dt><dd>Number between 0 and 1 that indicates the opacity of the line. The default value is 1.</dd>
75 * <dt>lineType</dt><dd>Indicates whether the line is solid or dashed. The default value is solid.</dd>
79 * <dt>discontinuousType</dt><dd>Indicates whether the line between discontinuous points is solid or dashed. The default value is solid.</dd>