SeriesLooping

This property is used to select the interval at which series color values are repeated.

Syntax:

setSeriesLooping(value);
value = getSeriesLooping();

where:

value

Is any integer between 1 and the number of series in data that defines the graph. A value of 1 defines the same color for all series. The default value is 1023 and the maximum is 2048. Starting with series 1024, the colors are repeated (that is, series 1024...2048 have the same colors and 0...1023, respectively).

Example:

setViewableGroups(4);
setViewableSeries(4);
setDepthRadius(0);
setDataScrollerPresenceGroups(0);  setSeriesLooping(3);

bar graph

setSeriesLooping(2);

bar graph


WebFOCUS