MarkerColor property
The color of the data marker for a line or radar chart.
Syntax
Set: series.setMarkerColor(mColor)
Get: mColor = series.getMarkerColor
Applies to
Series object.
Data type
Color. An object of type Color, which is defined in the java.awt package. The default value is Color.lightGray. [[PS: Ref. a topic about accessing java classes.]]
See also
ConnectPoints property
MarkerIsVisible property
MarkerKind property
MarkerSize property
seriesMarkerColors PARAM tag