GStepLineSet is a boolean array variable used to indicate which data sets should be drawn as stepped lines. Copy true to each element of the array you want a stepped line drawn for. For example, to have dataset four drawn as a stepped line:
copy true to GStepLineSet[4]
If you do not set this variable to true, the line graph will be drawn with regular lines.