ATTR_YMINORGRID_VISIBLE
Type: | Control attribute |
Description: | Specifies whether to show or hide the minor grid lines for the y-axis on the graph. In order for the minor grid lines to be visible, you must also enable the ATTR_YGRID_VISIBLE attribute. The number of minor grid lines that are visible when this attribute is enabled is proportional to the space between consecutive major grid lines. In some cases, when this space is too small, it's possible for this number to be zero. 0 = Hide inner grid lines 1 = Show inner grid lines |
Control Types: | Graphs, strip charts. |
Data Type: | integer |
Default Value: | 0 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 and later |
Values
0 | False |
1 | True |