VertBarMultiplier Property
The VertBarMultiplier property returns or sets the vertical error bars multiplier value. Returns a Double.
Syntax
object.VertBarMultiplier
object.VertBarMultiplier = VertBarMultiplier
Parameter | Type | Description |
VertBarMultiplier | Double | required, multiplier value |
Example
This example shows how multiple the length of the error bar by 2.
Line1.ErrorBars.VertBarMultiplier = 2
Used by: AutoErrorBars object