VertLineNeg Property

The VertLineNeg method returns the AutoLine object for the specified negative direction vertical error bar line. This is a read-only property.

Syntax

object.VertLineNeg

Example

This example changes the line properties of the custom negative vertical error bar line.

Errorbars.VertLineNeg.style = "Dash Dot Dot

Errorbars.VertLineNeg.width = 0.1

 

Used by: AutoErrorBars Object