seriesMarkerKinds PARAM tag



Assigns the type of marker used to mark data points for each series on a line chart.

Syntax

<PARAM NAME = "seriesMarkerKinds" VALUE = "mKinds">

Values

mKinds
The types of data marker:
filledsquare
filledcircle
filleduptriangle
filleddowntriangle
filleddiamond
filledstar
square
circle
uptriangle
downtriangle
diamond
star

Usage

Markers can be displayed only for data series plotted as 2D line charts.
Specify one marker type for each data series, in the order in which the series are drawn. For example, VALUE = "filledsquare, filledcircle, filledstar" assigns the filled square marker to the the first series, the filled circle to the second series, and the filled star to the third series. If you want to skip a series, specify a comma as a placeholder. For example, VALUE = "filledsquare, , " assigns the filled square marker to the first of three series in the chart.

See Also
seriesConnectPoints PARAM tag
seriesMarkerColors PARAM tag
seriesMarkerIsVisible PARAM tag
seriesMarkerSizes PARAM tag
MarkerKind property