HorzConnectPts Property

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

Syntax

object.HorzConnectPts

object.HorzConnectPts = HorzConnectPts

 

Parameter Type Description
HorzConnectPts Boolean required, true to connect the horizontal error bar values

 

Example

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

Errorbars.HorzConnectPts = True

 

Used by: AutoErrorBars Object