seriesConnectPoints PARAM tag



Assigns whether data points are connected in a line chart.

Syntax

<PARAM NAME = "seriesConnectPoints" VALUE = "doConnect">

Values

doConnect
The value is true if the points are connected, and false otherwise. The default value is true.

Usage

Markers can be displayed only for series plotted as 2D line charts.
If both seriesConnectPoints and seriesMarkerIsVisible are set to false, the series is not drawn on the chart.

See Also
seriesMarkerColors PARAM tag
seriesMarkerKinds PARAM tag
seriesMarkerSizes PARAM tag
seriesMarkerIsVisible PARAM tag
ConnectPoints property