This example adds error bars to the specified chart and sets the error bars to display only plus values.
Srt c = ChartSpace1.Constants
Set eb = ChartSpace1.Charts(0).SeriesCollection(0).ErrorBarsCollection.Add
eb.Include = c.chErrorBarIncludePlusValues