VertBarMultiplierNeg Property

The VertBarMultiplierNeg property returns or sets the vertical error bars Multiplier value for custom negative vertical error bar direction. Returns a Double.

Syntax

object.VertBarMultiplierNeg

object.VertBarMultiplierNeg = VertBarMultiplierNeg

 

Parameter Type Description
VertBarMultiplierNeg Double required, multiplier value

 

Example

This example shows how to set the vertical error bar multiplier for the custom negative direction.

Line1.ErrorBars.VertBarMultiplierNeg = 2

 

Used by: AutoErrorBars object