HasErrorBars Property

Applies To

Series Object.

Description

True if the series has error bars. This property is not available on 3-D charts. Read-write.

See Also

ErrorBar Method, ErrorBars Property.

Example

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


Charts("Chart1").SeriesCollection(1).HasErrorBars = False