lineStyle property

LineStyle? lineStyle
getter/setter pair

The line style of this series.

Valid only if the chartType is AREA, LINE, or SCATTER. COMBO charts are also supported if the series chart type is AREA or LINE.

Implementation

LineStyle? lineStyle;