GVL_AXIS (GVL)ΒΆ
Options to disable some display characteristics in axis. They must be use in or
- Attributes:
- qualified_only
- InOut:
- Scope - Name - Type - Initial - Comment - Constant - VIS_NUM_DISABLE - DWORD- 16#1 - Disable display number (default is enabled) - VIS_MINNUM_DISABLE - DWORD- 16#2 - Disable display of the minimum number (default is enabled) - VIS_MAXNUM_DISABLE - DWORD- 16#4 - Disable display of the maximum number (default is enabled) - VIS_MIDDLENUM_DISABLE - DWORD- 16#8 - Disable display of the numbers between minimum and maximum (default is enabled) - VIS_OVERNUMBER_ENABLE - DWORD- 16#10 - Enable numbers overwriting (default is disabled) - VIS_AXIS_DISABLE - DWORD- 16#100 - Disable display of the axis ruler (default is enabled) - VIS_X_AXIS_EXTRASP_DISABLE - DWORD- 16#200 - Disable display of X axis without extra border on left and right (default is enabled) - VIS_ORIG_AXES_OVERLAP_DISABLE - DWORD- 16#1000 - Disable axes overlap on origin point. ATT this is valid for all axes, global scope (default is enabled) 
