VertBarColNeg Property
The VertBarColNeg property returns or sets the vertical 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.VertBarColNeg
object.VertBarColNeg = VertBarColNeg
Parameter | Type | Description |
VertBarColNeg | Long | required, data column number (column A equals 1) |
Example
This example shows how to set the custom negative direction vertical error bar column.
Line1.ErrorBars.VertBarColNeg = 3
Used by: AutoErrorBars object