LegendSeriesStart

This property defines the first series to show in the legend area.

Syntax:

setLegendSeriesStart(value);
integer = getLegendSeriesStart();

where:

integer

Is any integer between 0 and the number of series in the graph. 0 is the default value.

Example:

setDepthAngle(0);
setDepthRadius(0);
setFootnoteDisplay(false);
setSubtitleDisplay(false);
setTitleDisplay(false);
   setLegendSeriesStart(2);
setLegendOrient(0);
setLegendRect(new Rectangle(-15340,-2478,5948,17550));

bar graph

WebFOCUS

Feedback