QuadrantLineCountY

This property sets the number of horizontal quadrant lines in a bubble graph.

Syntax:

setQuadrantLineCountY(value);
value = getQuadrantLineCountY();

where:

value

Is any integer. 1 is the default value.

Example:

setGraphType(89);  setQuadrantLineCountY(2);

bubble graph

setQuadrantLineCountY(6);

bubble graph

Note: This property is only applicable to bubble graphs. It is ignored if any other graph type is selected.

See QuadrantLineCountX.


WebFOCUS