VertConnectFill Property

The VertConnectFill property returns the AutoFill object. This is a read-only property.

Syntax

object.VertConnectFill

Example 1

The following example shows how to set the foreground color of the vertical error bars.

ErrorBars.VertConnectFill.ForeColor = grfColorRed

Example 2

The following example shows how to return the pattern type of the vertical error bars.

ErrorBars.VertConnectFill.SetPattern("Diagonal Cross")

 

Used by: AutoErrorBars object