HorzLine Property
The HorzLine method returns AutoLine object for the specified horizontal error bar line. This is a read-only property.
Syntax
object.HorzLine
Example
This example changes the line properties of the horizontal error bar line.
Errorbars.HorzLine.style = "Dash Dot Dot"
Errorbars.HorzLine.width = 0.1
Used by: AutoErrorBars Object