ScaleColor

Name of a color definition which defines the color theme of the scale. This color sets the overall color hue. Different brightness levels will be derived from this color to define color of scale and marker. Set a highly saturated color to indicate which color hue you want to use.

 

 Example for displaying a scale to capture a rating response

PICTURE  No N
PICTURE  Maybe N
PICTURE  Yes N

Set Labels  V
No Maybe Yes

PICTURE Q1 T
Could you live without TV


POSITION QPos  P
SP 0,-40          ; Position of question above scale
POSITION ScalePos  P
SP 0,0          ; Center position of scale


TRIAL ShowScale
DS 2  90  1  3          ; Define Likert Scale
SP ? QPos          ; Display question
&GS -  ScalePos Labels  LabFont          ; Get Scale Rating

 



Copyright 2023 - BeriSoft Inc.
All rights reserved