VertBarWidth Property
The VertBarWidth property returns or sets the vertical error bars end bar cap width. Returns a Double.
Syntax
object.VertBarWidth
object.VertBarWidth = VertBarWidth
Parameter | Type | Description |
VertBarWidth | Double | required, width in page units |
Example
This example shows how to set the length of the error bar end caps.
Line1.ErrorBars.VertBarWidth = .08
Used by: AutoErrorBars object