Enum LineType

LineType enumeration

Enumerates the type of Picture border or Chart line.

public enum LineType

Values

NameValueDescription
DarkGray6Represents a dark gray line.
Dash1Represent a dash line.
DashDot3Represents a dash-dot line
DashDotDot4Represents a dash-dot-dot line.
Dot2Represents a dotted line.
LightGray8Represents a light gray line.
MediumGray7Represents a medium gray line.
Solid0Represent a solid line.

See Also