HorzBarColNeg Property

The HorzBarColNeg property returns or sets the horizontal error bars column when the error bar is set to Read from data column for the custom negative error bar direction. Returns a Long.

Syntax

object.HorzBarColNeg

object.HorzBarColNeg = HorzBarColNeg

 

Parameter Type Description
HorzBarColNeg Long required, data column number (column A equals 1)

 

Example

This example shows how to set the custom negative direction horizontal error bar column.

Line1.ErrorBars.HorzBarColNeg = 3

 

Used by: AutoErrorBars object