ConnectLineMarkers

For horizontal or vertical line graphs where 2.5D depth effect is not applied (for example, DepthRadius=0), this property enables or disables the display of lines that connect markers in the graph. Use the MarkerSizeDefault property to set the size of the markers.

Syntax:

setConnectLineMarkers(boolean);
boolean = getConnectLineMarkers();

where:

boolean

Can be one of the following:

true draws connecting lines. This value is the default.

false produces a "floating marker" effect with only markers and no connecting lines.

Example:

setDepthRadius(0);
setMarkerSizeDefault(60);  setConnectLineMarkers(true);
setGraphType(41);

line graph

setConnectLineMarkers(false);

line graph

Note: A vertical or horizontal line graph must be selected with the GraphType property and the DepthRadius property must be set to zero.


WebFOCUS