pointStyle property

PointStyle? pointStyle
getter/setter pair

The style for points associated with this series.

Valid only if the chartType is AREA, LINE, or SCATTER. COMBO charts are also supported if the series chart type is AREA, LINE, or SCATTER. If empty, a default point style is used.

Implementation

PointStyle? pointStyle;