SideProjection Property
The SideProjection property returns or sets the Side projection setting. Returns a Boolean.
Syntax
object.SideProjection
object.SideProjection = SideProjection
Parameter | Type | Description |
SideProjection | Boolean | required, true to draw side projection line |
Example
This example shows how to turn on the projection on the side wall for a 3D XYZ plot.
XYZPlot.SideProjection = True
Used by: AutoXYZPlot object