UseSeriesShapes

This property enables or disables the use of different shapes for each series in the legend area.

Syntax:

setUseSeriesShapes(boolean);
boolean = getUseSeriesShapes();

where:

boolean

Can be one of the following:

true uses a different shape for each series in the legend area.

false uses a square box for each legend icon. This value is the default.

Example:

setUseSeriesShapes(true);
setDepthRadius(0);

bar graph

setUseSeriesShapes(false);

bar graph

See LegendDisplay, LegendMarkerPosition, LegendReverse, getMarkerShape(), getMarkerSize(), setMarkerShape(), setMarkerSize().


WebFOCUS