Table of Contents

Enum eLineStyle

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

Preset line dash

public enum eLineStyle

Fields

Dash = 0

Dash 1111000

DashDot = 1

Dash Dot 11110001000

Dot = 2

Dot 1000

LongDash = 3

Large Dash 11111111000

LongDashDot = 4

Large Dash Dot 111111110001000

LongDashDotDot = 5

Large Dash Dot Dot 1111111100010001000

Solid = 6

Solid 1

SystemDash = 7

System Dash 1110

SystemDashDot = 8

System Dash Dot 111010

SystemDashDotDot = 9

System Dash Dot Dot 11101010

SystemDot = 10

System Dot 10