VertBarCol Property
The VertBarCol property returns or sets the verticalerror bars column to be used when the error bars are set to be read from a column. Returns a Long.
Syntax
object.VertBarCol
object.VertBarCol = VertBarCol
Parameter | Type | Description |
VertBarCol | Long | required, default=1 (column A) |
Example
This example shows how to set the column to use for vertical error bars.
Line1.ErrorBars.VertBarCol = 2
Used by: AutoErrorBars object