ATTR_XMAP_MODE
Type: | Control attribute |
Description: | The display format of the X-axis. For log scaling, the minimum value of the axis must be greater than zero. |
Control Types: | Graphs. |
Data Type: | integer |
Default Value: | VAL_LINEAR |
LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
VAL_LINEAR | Use a linear scale for the graph axis. |
VAL_LOG | Use a logarithmic scale for the graph axis. The minimum axis value must be greater than zero. |