QuadrantLineCountX

 

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

Data Type:

Integer

Range:

Any integer value

Default:

1

Syntax:

setQuadrantLineCountX ( value );

 

value = getQuadrantLineCountX();

Example:

perspective1.setGraphType(89);
perspective1.setQuadrantLineCountX(10);

 

 

perspective1.setQuadrantLineCountX(6);

 

Notes:

This property is only applicable to bubble charts. It will be ignored if any other chart type is selected.

Also See:

QuadrantLineCountY

QuadrantLineCountY

 

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

Data Type:

Integer

Range:

Any integer value

Default:

1

Syntax:

setQuadrantLineCountY ( value );

 

value = getQuadrantLineCountY();

Example:

perspective1.setGraphType(89);
perspective1.setQuadrantLineCountY(2);

 

 

perspective1.setQuadrantLineCountY(6);

 

Notes:

This property is only applicable to bubble charts. It will be ignored if any other chart type is selected.

Also See:

QuadrantLineCountX