VertBarStep Property
The VertBarStep property returns or sets the vertical error bar step. Returns a Long.
Syntax
object.VertBarStep
object.VertBarStep = VertBarStep
Parameter | Type | Description |
VertBarStep | Long | required, number of error bars to skip |
Example
This example sets the error bars vertical step to three.
ErrorBars.VertBarStep = 3
Used by: AutoErrorBars object