AxisStyle Property

Gets or sets a single value that determines how many faces of the view volume are to be shown, how many of those faces may be filled in, and, separately for each of the X, Y, and Z grid lines, whether those grid lines are to be displayed on the faces that are shown.

Syntax

object.AxisStyle [= stylecode]

Parameters

stylecode
A Short whose value is in the 0-to-20 range and whose effects are as given in the following table:

stylecode Number of faces Fill back faces? Show x grid lines? Show y grid lines? Show z grid lines?
0 0 No No No No
1 3 Yes Yes Yes Yes
2 3 Yes Yes No No
3 3 Yes No Yes No
4 3 Yes No No Yes
5 3 Yes No No No
6 3 No Yes Yes Yes
7 3 No Yes No No
8 3 No No Yes No
9 3 No No No Yes
10 3 No No No No
11 6 Yes Yes Yes Yes
12 6 Yes Yes No No
13 6 Yes No Yes No
14 6 Yes No No Yes
15 6 Yes No No No
16 6 No Yes Yes Yes
17 6 No Yes No No
18 6 No No Yes No
19 6 No No No Yes
20 6 No No No No

Remarks

When you choose "3" as the number of faces to be filled, Array Visualizer fills in the bottom face and the two vertical faces farthest from the z-axis.