getFrameSeparator()

This method returns the object ID of the line that separates the two halves of the graph frame in a dual-axis graph.

Syntax:

IdentObj getFrameSeparator();

Example:

setDataRange(1,1,3,3);
setViewableSeries(3);
setViewableGroups(3);
setDataScrollerPresenceGroups(0);
setDataScrollerPresenceSeries(0);
setDepthAngle(0);
setDepthRadius(0);
setGraphType(21);
setLineWidth(getFrameSeparator(),8);

bi-polar bar graph

See getFrame(), getFrameBottom(), getFrameSide().


WebFOCUS