DropLinesStep Property
The DropLinesStep property returns or sets a 3D XYZ line/scatter plot's Line step value. Returns a Long.
Syntax
object.DropLinesStep
object.DropLinesStep = DropLinesStep
Parameter | Type | Description |
DropLinesStep | Long | required, line step value |
Example
This example shows how to add vertical drop lines to a 3D XYZ line/scatter plot.
XYZLine.DropLinesStep = 2
Used by: AutoXYZPlot object