ErrorBars Property

Microsoft Graph Visual Basic

ErrorBars Property

       

Returns an ErrorBars object that represents the error bars for the series. Read-only.

Example

This example sets the error bar color for series one. The example should be run on a 2-D line chart that has error bars for series one.

With myChart.SeriesCollection(1)
    .ErrorBars.Border.ColorIndex = 8
End With