HorzCustomNegativeBar Property
The HorzCustomNegativeBar property returns or sets the horizontal negative error bar option. Returns a Boolean.
Syntax
object.HorzCustomNegativeBar
object.HorzCustomNegativeBar = HorzCustomNegativeBar
Parameter | Type | Description |
HorzCustomNegativeBar | Boolean | required, True turns on the custom negative error bar setting. False turns off the custom negative error bar setting. |
Example
This example shows how to set the horizontal error bars to use a custom negative direction.
Line1.ErrorBars.HorzCustomNegativeBar = True
Used by: AutoErrorBars object