HorzBarCol Property
The HorzBarCol property returns or sets the horizontal error bars column when the error bar is set to Read from data column. Returns a Long.
Syntax
object.HorzBarCol
object.HorzBarCol = HorzBarCol
Parameter | Type | Description |
HorzBarCol | Long | required, data column number (column A equals 1) |
Example
This example shows how to set the horizontal error bar column.
Line1.ErrorBars.HorzBarCol = 3
Used by: AutoErrorBars object