TransparentMarkerSize

When transparent markers are enabled with TransparentMarkers(true), this property sets the size of the markers.

Syntax:

setTransparentMarkerSize(value);
integer = getTransparentMarkerSize();

where:

integer

Is any integer between 0 and 100. 0 sets the size of the markers to the value set by MarkerSizeDefault. 0 is the default value.

Example:

setGraphType(41);
setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setSubtitleDisplay(false);
setSeriesLineWidthDefault(25);
setTransparentMarkers(true);  setTransparentMarkerSize(100);
setToolTipDisplay(true);

line graph

See TransparentMarkers.


WebFOCUS