# GC.Spread.Sheets.Charts.LineType

## Content

# Enumeration: LineType

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

Specifies the type of line in series

## Table of contents

### Enumeration members

- [dash](GC.Spread.Sheets.Charts.LineType#dash)
- [dashDot](GC.Spread.Sheets.Charts.LineType#dashdot)
- [dot](GC.Spread.Sheets.Charts.LineType#dot)
- [lgDash](GC.Spread.Sheets.Charts.LineType#lgdash)
- [lgDashDot](GC.Spread.Sheets.Charts.LineType#lgdashdot)
- [lgDashDotDot](GC.Spread.Sheets.Charts.LineType#lgdashdotdot)
- [solid](GC.Spread.Sheets.Charts.LineType#solid)
- [sysDash](GC.Spread.Sheets.Charts.LineType#sysdash)
- [sysDashDot](GC.Spread.Sheets.Charts.LineType#sysdashdot)
- [sysDashDotDot](GC.Spread.Sheets.Charts.LineType#sysdashdotdot)
- [sysDot](GC.Spread.Sheets.Charts.LineType#sysdot)

## Enumeration members

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

• **dash** = `2`

Specifies a dash line type

___

### <a id="dashdot" name="dashdot"></a> dashDot

• **dashDot** = `4`

Specifies a dash and a dot line type

___

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

• **dot** = `1`

Specifies a dot line type

___

### <a id="lgdash" name="lgdash"></a> lgDash

• **lgDash** = `3`

Specifies a large dash line type

___

### <a id="lgdashdot" name="lgdashdot"></a> lgDashDot

• **lgDashDot** = `5`

Specifies a large dash and a dot line type

___

### <a id="lgdashdotdot" name="lgdashdotdot"></a> lgDashDotDot

• **lgDashDotDot** = `6`

Specifies a large dash and a dot and a dot line type

___

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

• **solid** = `0`

Specifies a solid line type

___

### <a id="sysdash" name="sysdash"></a> sysDash

• **sysDash** = `7`

Specifies a small dash line type

___

### <a id="sysdashdot" name="sysdashdot"></a> sysDashDot

• **sysDashDot** = `9`

Specifies a small dash and a dot line type

___

### <a id="sysdashdotdot" name="sysdashdotdot"></a> sysDashDotDot

• **sysDashDotDot** = `10`

Specifies a small dash and a dot and a dot line type

___

### <a id="sysdot" name="sysdot"></a> sysDot

• **sysDot** = `8`

Specifies a small dot line type
