System-Grid-obj
LabTalk Object Type:
The grid object is a sub-object of the system object. The grid object properties allow you to read and alter grid-related settings which are set in the OPTION.CNF file. These settings can also be accessed in the Options dialog box.
Note on these grid-related properties
These grid-related properties only affect graph windows that are not created from a template. If a graph window is created from a template, the template properties take precedence over the grid object properties.
Major grid line color. Numbers from the color list, or transparent (0). The color() function can be used, as in: .majorColor = color(blue)
Major grid line type number: 1 = solid, 2 = dash, 3 = dot, etc., from the Line Type drop down list.
Width of the major grid lines in points.
Minor grid line color. Numbers from the color list, or transparent (0). The color() function can be used, as in: .minorColor = color(blue)
Minor grid line type number: 1 = solid, 2 = dash, 3 = dot, etc., from the Line Type drop down list.
Width of the minor grid lines in points.