VertBarType Property
The VertBarType property returns or sets the vertical error bars type (none, read from column, average only, etc.). Returns a Long.
Syntax
object.VertBarType
object.VertBarType = VertBarType
Parameter | Type | Description |
VertBarType | Long | required, grfErrorBarsTypes |
Example
This example shows how to set the vertical error bar type.
Line1.ErrorBars.VertBarType = grfAvgOnly
Used by: AutoErrorBars object