MarkerKind property



The type of marker used to mark data points on a line chart.

Syntax

Set:     series.setMarkerKind(mType)
Get: mType = series.getMarkerKind()

Applies to

Series object.

Data type

integer.
Value Description
0 Filled square.
1 Filled circle.
2 Filled triangle.
3 Filled triangle with the point facing down.
4 Filled diamond.
5 Filled star.
6 Hollow square.
7 Hollow circle.
8 Hollow triangle.
9 Hollow triangle with the point facing down.
10 Hollow diamond.
11 Hollow star.

Usage

Markers can be displayed only for data series plotted as line charts.

See also
ConnectPoints property
MarkerColor property
MarkerIsVisible property
MarkerSize property
seriesMarkerKinds PARAM tag