VertBarDirection Property

The VertBarDirection property returns or sets the direction vertical error bars are drawn. Returns a Long.

Syntax

object.VertBarDirection

object.VertBarDirection = VertBarDirection

 

Parameter Type Description
VertBarDirection Long required, grfErrorBarsDir

 

Example

This example shows how to set the error bar direction to point towards the reference.

Line1.ErrorBars.VertBarDirection = grfTowardsRef

 

Used by: AutoErrorBars object