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;
Related Topics
- PeopleCode API Reference: RatingGaugeState Class Properties
- PeopleCode API Reference: Using the Rating Gauge Classes
- PeopleCode API Reference: ChangedState property: RatingGaugeChart class
- PeopleCode API Reference: HoverState property: RatingGaugeChart class
- PeopleCode API Reference: SelectedState property: RatingGaugeChart class
- PeopleCode API Reference: UnselectedState property: RatingGaugeChart class