LineType
LineType enumeration
Enumerates the type of Picture border or Chart line.
Values
Name | Value | Description |
---|---|---|
DarkGray | 6 | Represents a dark gray line. |
Dash | 1 | Represent a dash line. |
DashDot | 3 | Represents a dash-dot line |
DashDotDot | 4 | Represents a dash-dot-dot line. |
Dot | 2 | Represents a dotted line. |
LightGray | 8 | Represents a light gray line. |
MediumGray | 7 | Represents a medium gray line. |
Solid | 0 | Represent a solid line. |