ConnectorLineAuto Property

The ConnectorLineAuto property returns or sets dependency of the selection box line. When true, the selection box uses the same line properties as the zoomed area box. Returns a Boolean.

Syntax

object.ConnectorLineAuto

object.ConnectorLineAuto = ConnectorLineAuto

 

Parameter Type Description
ConnectorLineAuto Boolean required, true to show connector and zoomed area box with the same line properties

 

Example

This example shows how to enable the ConnectorLineAuto property

GraphMagnifier1.ConnectorLineAuto = True

 

Used by: AutoInsetZoom object, AutoGraphMagnifier object