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