HorzLineNeg Property

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

Syntax

object.HorzLineNeg

Example

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

Errorbars.HorzLineNeg.style = "Dash Dot Dot

Errorbars.HorzLineNeg.width = 0.1

 

Used by: AutoErrorBars Object