SetQuadrantSchemas method: RatingBoxChart class
Syntax
SetQuadrantSchemas(&Quadrant_Array)
Description
Use the SetQuadrantSchemas method to specify an array of QuadrantSchema objects to be used with this rating box chart.
Not all quadrants within the rating box chart require a QuadrantSchema object. Moreover, the QuadrantSchema objects in the array can be specified in any order.
Parameters
| Parameter | Description |
|---|---|
|
&Quadrant_Array |
An already instantiated array of QuadrantSchema objects. |
Returns
None.
Example
&QuadrantSchemas = CreateArray(&q_schema1, &q_schema2, &q_schema3, &q_schema4, &q_schema5, &q_schema6);
&oRatingBoxChart.SetQuadrantSchemas(&QuadrantSchemas);
Related Topics