AvgConnectPts Property

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

Syntax

object.AvgConnectPts

object.AvgConnectPts = AvgConnectPts

 

Parameter Type Description
AvgConnectPts Boolean required, true to connect average values

 

Example

This example shows how to connect the error bar average value with a line.

Errorbars.AvgConnectPts = True

 

Used by: AutoErrorBars Object