Returns the Axes object.
The Axes object is used to change the appearance of the coordinate system axes.
The following example makes the coordinate system Axes visible and sets the color to yellow.
World.Screen.Axes.Show
World.Screen.Axes.Color = vbtYellow