HorzConnectFill Property
The HorzConnectFill property returns the AutoFill object. This is a read-only property.
Syntax
object.HorzConnectFill
Example 1
The following example shows how to set the foreground color of horizontal error bars.
ErrorBars.HorzConnectFill.ForeColor (grfColorPink)
Example 2
The following example shows how to return the pattern type of horizontal error bars.
ErrorBars.HorzConnectFill.SetPattern("Backward Slash")
Used by: AutoErrorBars object