HorzBarMultiplierNeg Property

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

Syntax

object.HorzBarMultiplierNeg

object.HorzBarMultiplierNeg = HorzBarMultiplierNeg

 

Parameter Type Description
HorzBarMultiplierNeg Double required, multiplier value

 

Example

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

Line1.ErrorBars.HorzBarMultiplierNeg = 2

 

Used by: AutoErrorBars object