DropLinesFormat Property

The DropLinesFormat property returns an AutoLine object to control the vertical drop line format.

Syntax

object.DropLinesFormat

object.DropLinesFormat =DropLinesFormat

Example

This example shows how to change the color and width of vertical drop lines in a 3D XYZ line/scatter plot.

XYZLine.DropLinesFormat.foreColor =

XYZLine.DropLinesFormat.width = 0.03

 

Used by: AutoXYZPlot object