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