Variable |
Initial Value |
Description |
GPieLabels |
true |
Boolean variable that allows you to disable and enable the labeling of each wedge in a pie with the appropriate percentage. |
GLabels |
"" |
String array used to set X-axis tick labels for any graph that is automatically scaled, except for graphs that use GDataX (scatter or line graphs). |
GTickFont |
"medium" |
String variable that assigns a font to the X- axis and Y-axis tick labels. Note that, depending on screen size and resolution, some fonts and attributes might not appear as desired. You might need to use a smaller font or change some attributes to obtain desired results. |
YNumTicks XNumTicks |
20 20 |
Integer variables used to set the number of ticks on the X and/or Y axis. To use these variables, disable automatic scaling and specify new axis boundary values (see Axis Boundaries). |
XTicks YTicks |
"" |
String variables used to specify the labels for the ticks. To use these variables, disable automatic scaling and specify new axis boundary values (see Axis Boundaries). |
GXTickIncrement GYTickIncrement |
"" |
String variables used to specify the tick intervals for the X and/or Y axis. |
GDrawXTicks GDrawYTicks |
true true |
Boolean variables used to indicate whether tick marks on the X and/or Y axis are drawn. (Does not affect drawing of tick labels.) |