AvgValueOrientation Property
The AvgValueOrientation property returns or sets which direction the average values should be displayed from when error bars are not displayed. Returns a Long.
Syntax
object.AvgValueOrientation
object.AvgValueOrientation = AvgValueOrientation
Parameter | Type | Description |
AvgValueOrientation | Long | required, 0 = Horizontal, 1 = Vertical |
Example 1
This example shows how to set the average value orientation to vertical.
Line1.ErrorBars.AvgValueOrientation = 1
Example 2
This example shows how to return the average value orientation.
Debug.Print Line1.ErrorBars.AvgValueOrientation
Used by: AutoErrorBars object