QuadrantSchema Class Properties

These properties are used by the QuadrantSchema class. The properties are described in alphabetic order.

Description

Use this property to specify the position for the label for this quadrant as a Integer. You can specify either an Integer or constant value for this property.

The values are:

Numeric Value

Constant Value

Description

0

%Top_Left

Position the label in the top left corner of the quadrant.

Note: %Top_Left is the default value.

1

%Top_Right

Position the label in the top right corner of the quadrant.

2

%Bottom_Left

Position the label in the bottom left corner of the quadrant.

3

%Bottom_Right

Position the label in the bottom right corner of the quadrant.

This property is read/write.

Description

Use this property to specify a style class for the label for this quadrant as a String. The default value is PT_RATBOX_LABEL.

This property is read/write.

Description

Use this property to specify a label for this quadrant as a String.

This property is read/write.

Description

Use this property to specify the x rating for this quadrant as a String. The value for this property needs to be in the array of values for the x-axis specified by the SetXAxisLabels method; otherwise, a runtime error occurs.

This property is read/write.

Description

Use this property to specify the y rating for this quadrant as a String. The value for this property needs to be in the array of values for the y-axis specified by the SetYAxisLabels method; otherwise, a runtime error occurs.

This property is read/write.