Syntax

expression.EndStyle

expression A variable that represents an ErrorBars object.

Example

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

Visual Basic for Applications
Charts("Chart1").SeriesCollection(1).ErrorBars.EndStyle = xlCap
Change style of error bar? end style End Style Property EndStyle EndStyle Property EndStyle? Get rid of end caps on error bars?

See also: