VDropAxis Property
The VDropAxis property returns or sets the vertical drop line axis plane. Returns a String.
Syntax
object.VDropAxis
object.VDropAxis = VDropAxis
Parameter | Type | Description |
VDropAxis | String | required, axis ID (default is the first Y axis) |
Example
This example shows how to set the vertical drop axis line property.
XYZPlot.HDropLines = True
XYZPlot.HDropAxis = "X Axis 1"
Used by: AutoXYZPlot object