VertCustomNegativeBar Property

The VertCustomNegativeBar property returns or sets the vertical negative error bar option. Returns a Boolean.

Syntax

object.VertCustomNegativeBar

object.VertCustomNegativeBar = VertCustomNegativeBar

 

Parameter Type Description
VertCustomNegativeBar 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 vertical error bars to use a custom negative direction.

Line1.ErrorBars.VertCustomNegativeBar = True

 

Used by: AutoErrorBars object