Position Property [Auto3DView]
The Position property returns or sets the 3D plot position within the axes. Returns a Long.
Syntax
object.Position
object.Position = Position
Parameter | Type | Description |
Position | Double | required, position between 0 and 100 percent |
Example
This example shows how to set the position of the plot within the axes.
XYLine.View3D.Position = 75
Used by: Auto3DView object