Syntax

expression.ErrorBars

expression A variable that represents a Series object.

Example

This example sets the error bar color for series one in Chart1. The example should be run on a 2-D line chart that has error bars for series one.

Visual Basic for Applications
With Charts("Chart1").SeriesCollection(1) .ErrorBars.Border.ColorIndex = 8 End With
Can I change all of the errorbars on my chart? error error bars Error Bars Property errorbars ErrorBars property How do I address the errorbars in vba? How do I get hold of the errorbars?

See also: