Series.ErrorBars Property
Excel Developer Reference |
Returns an ErrorBars object that represents the error bars for the series. Read-only.
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 |
---|
|
See Also