Specifies the unit for the x-axis. If this variable is not empty, DIAdem converts the channels to be displayed into this unit. If DIAdem cannot convert the unit, DIAdem does not display the data.
| Definition | D2AxisXUnitPreset, String variable |
![]() | Note You must use the following object hierarchy to access the variable:Call GraphObjOpen(2D-AxisName)
Call GraphObjOpen(2D-XAxisName)
D2AxisXUnitPreset = Value
Call GraphObjClose(2D-XAxisName)
Call GraphObjClose(2D-AxisName)Use the object names to open the subobject and the main object, to access the variable, and to close the subobject and the main object again. If you do not know the object name, use the object type to find the object name. Type of main object: 2D-Axis Type of subobject: 2D-XAxis |
![]() | Note Use the ReportObjType variable to obtain the object type. Use the ReportObj variable to obtain the object name. Use the D2AxisXObj variable to obtain the name of the subobject. Refer to Accessing Objects in DIAdem REPORT for more information. |