QuadrantLineCountX

This property sets the number of vertical quadrant lines on the X-axis in a bubble graph.

Syntax:

setQuadrantLineCountX(value);
value = getQuadrantLineCountX();

where:

value

Is any integer. 1 is the default value.

Example:

setGraphType(89);  setQuadrantLineCountX(10);

bubble graph

setQuadrantLineCountX(6);

bubble graph

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


WebFOCUS