VertConnectPts Property

The VertConnectPts property returns or sets if the vertical error bar values should be connected. Returns a Boolean.

Syntax

object.VertConnectPts

object.VertConnectPts = VertConnectPts

 

Parameter Type Description
VertConnectPts Boolean required, true to connect the vertical error bar values

 

Example

This example shows how to connect the vertical error bar values with a line.

Errorbars.VertConnectPts = True

 

Used by: AutoErrorBars Object