Member of the plots class.
grid
grid off
grid on
Adds or removes a grid on an existing plot. grid on adds a grid, and grid off removes a grid. grid toggles between the two states.
This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.
X = 0:1:10;
plot(X)
grid on