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