This property sets the number of horizontal quadrant lines in a bubble graph.
Syntax:
setQuadrantLineCountY(value);value = getQuadrantLineCountY();where:
Is any integer. 1 is the default value.
Example:
setGraphType(89); setQuadrantLineCountY(2);
setQuadrantLineCountY(6);
Note: This property is only applicable to bubble graphs. It is ignored if any other graph type is selected.
See QuadrantLineCountX.
| WebFOCUS |