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