ConnectPoints property
Indicates whether data points are connected in a given series in a line chart.
Syntax
Set: Series.setConnectPoints(doConnect)
Get: doConnect = Series.getConnectPoints()
Applies to
Series object.
Data type
boolean. The value is true if the points are connected, and false otherwise. The default value is true.
Usage
ConnectPoints applies only to 2D line charts.
If both ConnectPoints and MarkerIsVisible are set to false, the series is not drawn on the chart.
See also
MarkerColor property
MarkerKind property
seriesConnectPoints PARAM tag