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