Settings on this tab control various graph axis format options.
_Axis_Tab/Axis1.png?v=86856)
| Numeric Scales |
The Numeric Scales combination box value determines the maximum number of major ticks that can be displayed in a graph window when Numeric is selected from the Type drop-down list on the Tick Labels tab of the Axis dialog box. If the # Major Ticks radio button is selected on the Scale tab of the Axis dialog box and the value in the associated text box exceeds the Numeric Scales combination box value, then Origin displays a maximum of six major ticks in the graph window. |
|---|---|
| Text/Date Time Scales |
The Text/Date Time Scales combination box value determines the maximum number of major ticks that can be displayed in a graph window when Text from Dataset, Time, Date, Month, or Day of Week is selected from the Type drop-down list on the Tick Labels tab of the Axis dialog box. The default value is 400. If the amount of major ticks exceeds the Text/Date Time Scales combination box value, then Origin displays a maximum of six major ticks in the graph window. (affected when the Type of Major Ticks is set to By Increment or By Counts on the Scale tab of the Axis dialog box.) Note: When the Type of Major Ticks is set to By Dataset, the Maxinum number the major ticks will be affected by @ATDM and @ATDS, instead of this control. |
| To Inside Ticks |
Type or select the default distance of an "inside tick" from the tick label, in a percentage of the tick length. |
|---|---|
| To Outside Ticks |
Type or select the default distance of an "outside tick" from the tick label, in a percentage of the tick length. |
| To Axis Title |
Type or select the default distance of the axis title from the tick label, in a percentage of the tick length. |
Always display the zero point label on the axis scale as '0', overriding other format options (e.g. Set Decimal Places = 2).
Please note, a system variable @TLC can be used to control this option.
Always remove trailing zeros from axis tick labels, overriding other format options (e.g. Set Decimal Places = 2).
Please note, a system variable @TLC can be used to control this option.
Check this check box to display 1 and 10 as 10^n when the Display item of Tick Labels has been set to Scientific: 10^3.
_Axis_Tab/Axis4.png?v=64983)
Use this drop-down list to specify how to show the Scientific format(10^3) when the Display item of Tick Labels:1×10^3,1 × 10^3, 1x10^3, 1·10^3.
Use this drop-down list to specify how to show the Scientific format(1E3): 1E+03, 1E+3 or 1E3. The default setting is 1E+03.
|
Note: You can use the system variable to change the setting for this drop-down list:
|
To control unit display for axis title, (a) pick an option from the fly-out button, or (b) type a custom notation string directly into the edit box. The custom string can include literal text.
_Axis_Tab/Options_Axis_Units_Display.png?v=88529)
| menu option | text box displays | axis title displays, for example ... |
|---|---|---|
| <auto> | <auto> | depends on value language version and values of system variables @LUQ and @LUQO (see Notes). |
| <none> | <none> | |
| (<U>):(Unit) | (<U>) | Displacement (mm) |
| [<U>]:[Unit] | [<U>] | Displacement [mm] |
| {<U>}:{Unit} | {<U>} | Displacement {mm} |
| /<U>:/Unit | /<U> | Displacement /mm |
| -<U>:-Unit | -<U> | Displacement -mm |
| in <U>:in Unit | in <U> | Displacement in mm |
| %(CRLF)<U>:Unit in 2nd line | %(CRLF)<U> | Displacement mm |
|
Notes:
|