HDropLines Property

The HDropLines property returns or sets the horizontal drop line display. Returns a Boolean.

Syntax

object.HDropLines

object.HDropLines = HDropLines

 

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

 

Example

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

XYZLine.HDropLines = True

 

Used by: AutoXYZPlot object