seriesMarkerSizes PARAM tag



Assigns a size to the markers used to mark data points for each series in a line chart.

Syntax

<PARAM NAME = "seriesMarkerSizes" VALUE = "mSizes">

Values

mSizes
An integer from 1 to 100.

Usage

Markers can be displayed only for data series plotted as 2D line charts.
Specify one marker size for each data series, in the order in which the series are drawn. For example, VALUE = "25, 25, 25" assigns the marker size 25 to the three series in the chart. If you want to skip a series, specify a comma as a placeholder. For example, VALUE = "25, , " assigns the marker size 25 to the first of three series in the chart.

See Also
seriesConnectPoints PARAM tag
seriesMarkerColors PARAM tag
seriesMarkerIsVisible PARAM tag
seriesMarkerKinds PARAM tag
MarkerSize property