SetXAxisLabels method: RatingBoxChart class

Syntax

SetXAxisLabels(&Array_of_String)

Description

Use the SetXAxisLabels method to specify an array of labels for the x-axis.

Note:

The labels will not be displayed if the ShowAxisLabels property is explicitly set to False.

Parameters

Parameter Description

&Array_of_String

Specify an already instantiated array of string that contain the labels that you want to use for the x-axis. The array size must match the value in the XAxisBoxNum property. If they do not match, the system throws a runtime error.

Returns

None.