HDropLinesFormat Property
The HDropLinesFormat property returns an AutoLine object to control the horizontal drop line format.
Syntax
object.HDropLinesFormat
object.HDropLinesFormat =HDropLinesFormat
Example
This example shows how to change the color and width of horizontal drop lines in a 3D XYZ line/scatter plot.
XYZLine.HDropLinesFormat.foreColor = grfColorRed
XYZLine.HDropLinesFormat.width = 0.03
Used by: AutoXYZPlot object