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