ZDropLinesFormat Property

The ZDropLinesFormat property returns an AutoLine object to control the Z drop line format.

Syntax

object.ZDropLinesFormat

Example

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

XYZLine.ZDropLinesFormat.foreColor = grfColorRed

XYZLine.ZDropLinesFormat.width = 0.03

 

Used by: AutoXYZPlot object