# GC.Spread.Sheets.Charts.ErrorBarItemStyle

## Content

# Interface: ErrorBarItemStyle

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

## Table of contents

### Properties

- [color](GC.Spread.Sheets.Charts.ErrorBarItemStyle#color)
- [dashStyle](GC.Spread.Sheets.Charts.ErrorBarItemStyle#dashstyle)
- [transparency](GC.Spread.Sheets.Charts.ErrorBarItemStyle#transparency)
- [visible](GC.Spread.Sheets.Charts.ErrorBarItemStyle#visible)
- [width](GC.Spread.Sheets.Charts.ErrorBarItemStyle#width)

## Properties

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

• `Optional` **color**: `string`

The error bar color.

___

### <a id="dashstyle" name="dashstyle"></a> dashStyle

• `Optional` **dashStyle**: [`ILineStyle`](GC.Spread.Sheets.Charts.ILineStyle)

The error bar dashStyle.

___

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

• `Optional` **transparency**: `number`

The error bar transparency.

___

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

• `Optional` **visible**: `boolean`

The error bar visible info.

___

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

• `Optional` **width**: `number`

The error bar width.
