MarkerIsVisible property
Indicates whether the data markers used to mark data points in a given series on a line chart are displayed.
Syntax
Set: series.setMarkerIsVisible(isVisible)
Get: isVisible = series.getMarkerIsVisible()
Applies to
Series object.
Data type
boolean. The value is true if the data markers are visible, and false otherwise. The default value is false.
Usage
Markers can be displayed only for series plotted as line charts.
If both MarkerIsVisible and ConnectPoints are set to false, the series is not drawn on the chart.
See also
ConnectPoints property
MarkerColor property
MarkerKind property
seriesMarkerIsVisible PARAM tag