SetRatingGaugeThresholds method: RatingGaugeChart class
Syntax
SetRatingGaugeThresholds(&Array_of_GaugeThresholds)
Description
Use the SetRatingGaugeThresholds method to set one or more threshold values for the rating gauge chart.
Parameters
| Parameter | Description |
|---|---|
|
&Array_of_GaugeThresholds |
Specify an already instantiated array of GaugeThreshold objects as the thresholds for this rating gauge chart. Note: This array can contain a maximum of three elements. |
Returns
None.
Example
&oGTreshArray = CreateArray(&oGTresh1, &oGTresh2, &oGTresh3, &oGTresh4);
&oRating.SetRatingGaugeThresholds(&oGTreshArray);
Related Topics