DropLines Property

The DropLines property returns or sets the vertical drop line display. Returns a Boolean.

Syntax

object.DropLines

object.DropLines = DropLines

 

Parameter Type Description
DropLines Boolean required, default is false (do not display drop lines)

 

Example

This example shows how to add vertical drop lines to a 3D XYZ line/scatter plot.

XYZLine.DropLines = True

 

Used by: AutoXYZPlot object