ScrollOffsetGroup

When the ViewableGroups property is set to a value greater than zero, this property selects the first group to appear in the graph.

Syntax:

setScrollOffsetGroup(value);
value = getScrollOffsetGroup();

where:

value

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

Example:

setViewableGroups(5);  setScrollOffsetGroup(1);
setDataScrollerPresenceGroups(0);
setDepthRadius(0);

bar graph

setViewableGroups(2);  setScrollOffsetGroup(4);

bar graph

Note:

See DataScrollerPresenceGroups, ViewableGroups, ScrollOffsetSeries.


WebFOCUS