[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.LineType

Enumeration: LineType

Sheets.Charts.LineType

Specifies the type of line in series

Table of contents

Enumeration members

Enumeration members

dash

dash = 2

Specifies a dash line type


dashDot

dashDot = 4

Specifies a dash and a dot line type


dot

dot = 1

Specifies a dot line type


lgDash

lgDash = 3

Specifies a large dash line type


lgDashDot

lgDashDot = 5

Specifies a large dash and a dot line type


lgDashDotDot

lgDashDotDot = 6

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


solid

solid = 0

Specifies a solid line type


sysDash

sysDash = 7

Specifies a small dash line type


sysDashDot

sysDashDot = 9

Specifies a small dash and a dot line type


sysDashDotDot

sysDashDotDot = 10

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


sysDot

sysDot = 8

Specifies a small dot line type