MarkerDisplay

This property enables or disables the display of markers in a 2D graph. The DepthRadius property must be set to zero in order for this property to be properly applied to the graph.

Syntax:

setMarkerDisplay(boolean)
boolean = getMarkerDisplay();

where:

boolean

Can be one of the following:

true displays markers. This value is the default.

false does not display markers. Use this option to turn off markers in a line graph when you only want to see the lines themselves, and not the markers.

Example:

setGraphType(41);  setMarkerDisplay(true);

line graph

setMarkerDisplay(false);

line graph

See ConnectLineMarkers, ConnectScatterMarkers, MarkerSizeDefault, setMarkerShape(), setMarkerSize().


WebFOCUS