ATTR_LEGEND_AUTO_DISPLAY
| Type: | Control attribute |
| Description: | Specifies whether an item is shown in the graph legend each time that new data is plotted in the graph. When this attribute is disabled, new plots have their ATTR_PLOT_LG_VISIBLE set to 0. If you then wish to see the corresponding legend item of those plots, you must set their ATTR_PLOT_LG_VISIBLE attribute to 1 using SetPlotAttribute. 0 = Do not show a legend item for new plots 1 = Show a legend item for new plots |
| Control Types: | Graphs. |
| Data Type: | integer |
| Default Value: | 1 |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 and later |
Values
| 0 | False |
| 1 | True |