SetYAxisLabels method: RatingBoxChart class
Syntax
SetYAxisLabels(&Array_of_String)
Description
Use the SetYAxisLabels method to specify an array of labels for the y-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 y-axis. The array size must match the value in the YAxisBoxNum property. If they do not match, the system throws a runtime error. |
Returns
None.
Related Topics