View3D Property
The View3D property allows access to the Auto3DView object. Returns an Auto3DView object. This is a read-only property.
Syntax
object.View3D
Example
This example shows how to access the 3D View settings for a 3D line/scatter plot.
Set View3D = LinePlot.View3D
Used by: Auto3DLinePlot object, Auto3DBarChart object, Auto3DFloatingBar object, Auto3DFunctionPlot object, Auto3DHistogram object, Auto3DFitPlot object