AvgBarWidth Property
The AvgBarWidth property returns or sets error bars average bar width. Returns a Double.
Syntax
object.AvgBarWidth
object.AvgBarWidth = AvgBarWidth
Parameter | Type | Description |
AvgBarWidth | Double | required, bar width in page units |
Example 1
This example shows how to set the average bar width for error bars.
Line1.ErrorBars.avgBarWidth = .05
Example 2
This example shows how to return the average bar width.
Debug.Print Line1.ErrorBars.avgBarWidth
Used by: AutoErrorBars object