Grid Lines

Controls display of axes box grid lines.

Grid lines originate at X and Y tick locations. New rectangular plots have grid lines turned off by default; they are on by default for polar plots.

../_images/Grids.png
int32_in int32_out Plot ID/Plot ID Out
Plot identifier. Plot ID Out always contains the same value as Plot ID.
bool_in X Grid Lines (T)
Display grid lines originating on X tick marks. Default is True.
bool_in Y Grid Lines (T)
Display grid lines originating on Y tick marks. Default is True.
grids_props Properties

Property cluster, available under the “Properties” subpalette.

cluster_in Line

Controls appearance of the grid lines.

enum_in Style
Line style (solid, dashed, etc.). Default is to automatically select an appropriate style.
uint32_in Color
Line color. May be a PlotColor or LabView color.
single_in Width
Line width, in font points (1/72 inch).
error_in error_out Error In/Out
Terminals for standard error functionality.

Axis Types

This VI supports both rectangular and polar axes.