HorzBarDirection Property
The HorzBarDirection property returns or sets the direction of the horizontal error bars (both directions, positive only, etc.). Returns a Long.
Syntax
object.HorzBarDirection
object.HorzBarDirection = HorzBarDirection
Parameter | Type | Description |
HorzBarDirection | Long | required, grfErrorBarsDir |
Example
This example shows how to set the horizontal error bar to be displayed in both directions.
Line1.ErrorBars.HorzBarDirection = grfBoth
Used by: AutoErrorBars object