[XYZ]Style Keyword
Corresponding System Variable:  ![XYZ].Style
Allows specification of axis options such as rounding of tick values and selection of a box axis. Each option is encoded in a bit. See Table 21-3: Axis Options for details:
 
Axis Options  
Bit
Value
Function
0
1
Exact. By default the end points of the axis are rounded in order to obtain even tick increments. Setting this bit inhibits rounding, making the axis fit the data range exactly.
1
2
Extend. If this bit is set, the axes are extended by 5% in each direction, leaving a border around the data.
2
4
None. If this bit is set, the axis and its text is not drawn.
3
8
No box. Normally, PLOT, CONTOUR, and CONTOUR2 draw a box style axis with the data window surrounded by axes. Setting this bit inhibits drawing the top or right axis.
4
16
Inhibits setting the y-axis minimum value to zero, when the data are all positive and nonzero. The keyword YNozero sets this bit temporarily.
 
note
The ZStyle keyword has no effect in Date/Time plots.