RatingGaugeChart Class Methods

In this section, the RatingGaugeChart class methods are presented in alphabetical order.

Syntax

SetRatingGaugeThresholds(&Array_of_GaugeThresholds)

Description

Use the SetRatingGaugeThresholds method to set one or more threshold values for the rating gauge chart.

Parameters

Field or Control

Definition

&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);