# GC.Spread.Sheets.Charts.ErrorBarType

## Content

# Enumeration: ErrorBarType

[Sheets](../modules/GC.Spread.Sheets).[Charts](../modules/GC.Spread.Sheets.Charts).ErrorBarType

Specifies the type of error bar in series

## Table of contents

### Enumeration members

- [both](GC.Spread.Sheets.Charts.ErrorBarType#both)
- [minus](GC.Spread.Sheets.Charts.ErrorBarType#minus)
- [plus](GC.Spread.Sheets.Charts.ErrorBarType#plus)

## Enumeration members

### <a id="both" name="both"></a> both

• **both** = `0`

Specifies each error bar has both minus and plus type at each data point.

___

### <a id="minus" name="minus"></a> minus

• **minus** = `1`

Specifies each error bar has minus type at each data point.

___

### <a id="plus" name="plus"></a> plus

• **plus** = `2`

Specifies each error bar has plus type at each data point.
