title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Series.HasErrorBars property (Excel) |
vbaxl10.chm578089 |
|
|
03d9a6e6-8c15-2bdb-1bca-ed9fb95e9cb3 |
05/11/2019 |
medium |
True if the series has error bars. This property isn't available for 3D charts. Read/write Boolean.
expression.HasErrorBars
expression A variable that represents a Series object.
This example removes error bars from series one on Chart1. The example should be run on a 2D line chart that has error bars for series one.
Charts("Chart1").SeriesCollection(1).HasErrorBars = False
[!includeSupport and feedback]