Use this page of the 3D Plot Properties dialog box to specify the appearance of each axis for the 3D graph.
This page includes the following components:
Axis—Select from the X Axis, Y Axis, or Z Axis before you configure each component. You also can use the Axis:Active Axis property to set the axis programmatically.
Name Label—Configures the name label of the graph.
Normal visible—Displays the axis name label on the side of the axis where the name label normally appears. You also can use the Axis:Name Label:Name Label Normal Visible property to display the name label programmatically.
Opposite visible—Displays the axis name label on the other side of the axis. You also can use the Axis:Name Label:Name Label Opposite Visible property to display the name label programmatically.
Color—Sets the color of the axis name label. You also can use the Axis:Name Label:Name Label Color property to set the name label color programmatically.
Size—Sets the font size of the axis name label. You also can use the Axis:Name Label:Name Label Size property to set the name label size programmatically.
Text—Configures the text of the axis name label. You also can use the Axis:Name Label:Name Label Text property to set the name label text programmatically.
Marker—Configures the scale marker of the graph.
Normal visible—Displays the scale marker on the side of the axis where the scale marker normally appears. You also can use the Axis:Marker:Marker Normal Visible property to display the marker programmatically.
Opposite visible—Displays the scale marker on the other side of the axis. You also can use the Axis:Marker:Marker Opposite Visible property to display the marker programmatically.
Color—Sets the color of the scale marker. You also can use the Axis:Marker:Marker Color property to set the marker color programmatically.
Size—Sets the font size of the scale marker. You also can use the Axis:Marker:Marker Size property to set the marker size programmatically.
Range—Configures the range of the graph.
Auto scale—Adjusts the scale automatically to reflect the data you wire to the 3D graph. You also can use the Axis:Range:Range Auto Scale property to adjust the scale programmatically.
Inverted—Inverts the scale range from maximum to minimum. You also can use the Axis:Range:Range Inverted property to invert the scale range programmatically.
Logarithm—Shows the color range control in the logarithm mapping mode. You also can use the Axis:Range:Range Logarithm property to display the logarithm mode programmatically.
Maximum—Sets the maximum value of the scale. To set the maximum value, you must remove the checkmark from the Auto scale text box. You also can use the Axis:Range:Range Maximum property to set the maximum value programmatically.
Minimum—Sets the minimum value of the scale. To set the minimum value, you must remove the checkmark from the Auto scale text box. You also can use the Axis:Range:Range Minimum property to set the minimum value programmatically.
Grid—Configures the grid of the graph.
Major grid visible—Displays the major axis grid in the 3D graph. You also can use the Axis:Grid:Grid Major Visible property to display the grid programmatically.
Minor grid visible—Displays the minor axis grid in the 3D graph. You also can use the Axis:Grid:Grid Minor Visible property to display the grid programmatically.
Major grid color—Sets the color of the major axis grid. You also can use the Axis:Grid:Grid Major Color property to set the color programmatically.
Minor grid color—Sets the color of the minor axis grid. You also can use the Axis:Grid:Grid Minor Color property to set the color programmatically.
Tick—Configures the tick marks of the graph.
Major tick visible—Displays the major tick marks on the axis. You also can use the Axis:Tick:Tick Major Visible property to display the tick marks programmatically.
Minor tick visible—Displays the minor tick marks on the axis. You also can use the Axis:Tick:Tick Minor Visible property to display the tick marks programmatically.
Major tick color—Sets the color of the major tick marks on the axis. You also can use the Axis:Tick:Tick Major Color property to set the color of the tick marks programmatically.
Minor tick color—Sets the color of the minor tick marks on the axis. You also can use the Axis:Tick:Tick Minor Color property to set the color of the tick marks programmatically.
Tick Spacing—Specifies the number of tick marks that appear on the axis.
Major tick count—Specifies the number of major tick marks that appear on the axis. Major tick count also determines the number of major grid lines. You also can use the Axis:Tick:Tick Major Count property to set the number of tick marks programmatically.
Minor tick count—Specifies the number of minor tick marks that appear on the axis. Minor tick count also determines the number of minor grid lines. You also can use the Axis:Tick:Tick Minor Count property to set the number of tick marks programmatically.