GetRatingGaugeState function

Syntax

GetRatingGaugeState()

Description

Use the GetRatingGaugeState function to get a reference to a RatingGaugeState object. A RatingGaugeState object can then be associated with the corresponding state property on the RatingGaugeChart object.

Parameters

None.

Returns

A reference to a RatingGaugeState object.

Example

&oRatGaugeSelState = GetRatingGaugeState();
&oRatGaugeSelState.Shape = %RatingGauge_Circle;
&oRatGaugeSelState.Color = 3;
&oRatGaugeSelState.BorderColor = 10;

&oRating.SelectedState = &oRatGaugeSelState;