HDropAxis Property

The HDropAxis property returns or sets the horizontal drop line axis plane. Returns a String.

Syntax

object.HDropAxis

object.HDropAxis = HDropAxis

 

Parameter Type Description
HDropAxis String required, axis ID (default is the first X axis)

 

Example

This example shows how to set the horizontal drop axis line property.

XYZPlot.HDropLines = True

XYZPlot.HDropAxis = "Y Axis 1"

 

Used by: AutoXYZPlot object