getGroupScroller()

This method returns the object ID of the group data scrolling bar that can be enabled and displayed with the DataScrollerPresenceGroups property.

Syntax:

IdentObj getGroupScroller();

Example:

setAutofit(getGroupScrollerEditThumb(),false);
setAutofit(getGroupScrollerEditLeft(),false);
setAutofit(getGroupScrollerEditRight(),false);
setAxisTextAutofitMode(0);
setFontSizeVC(getGroupScrollerEditThumb(),927);
setFontSizeVC(getGroupScrollerEditLeft(),927);
setFontSizeVC(getGroupScrollerEditRight(),927);
setGridStep(getY1MajorGrid(),10.0);
setRect(getGroupScroller(),
           new Rectangle(-12351,-9382,15852,2927));
setScrollOffsetGroup(0);
setScrollOffsetSeries(0);
setViewableGroups(4);
setViewableSeries(0);

3D bar graph

See getGroupScrollerEditLeft(), getGroupScrollerEditBox(), getGroupScrollerEditRight(), getGroupScrollerEditThumb(), getGroupScrollerThumb(), DataScrollerPresenceGroups.


WebFOCUS