HorzBarType Property
The HorzBarType property returns or sets the horizontal error bars type (none, read from column, average only, etc.). Returns a Long.
Syntax
object.HorzBarType
object.HorzBarType = HorzBarType
Parameter | Type | Description |
HorzBarType | Long | required, grfErrorBarsTypes |
Example
This example shows how to set the horizontal error bars to be read from a data column.
Line1.ErrorBars.HorzBarType = grfReadFromData
Used by: AutoErrorBars object