Syntax

expression.DownBars

expression A variable that represents a ChartGroup object.

Example

This example turns on up bars and down bars for chart group one in Chart1 and then sets their colors. The example should be run on a 2-D line chart that has two series that cross each other at one or more data points.

Visual Basic for Applications
With Charts("Chart1").ChartGroups(1) .HasUpDownBars = True .DownBars.Interior.ColorIndex = 3 .UpBars.Interior.ColorIndex = 5 End With
Change the properties of downbars? Down down bars Down Bars Property DownBars DownBars Property Reference downbar object? Return object representing down bar?

See also: