Click or drag to resize

ChartLinePatternType Enumeration

Chart line patterns.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartLinePatternType
Members
Member name Value Description
Solid 0 Represents the Solid line pattern setting for Chart.
Dash 1 Represents the Dash line pattern setting for Chart.
Dot 2 Represents the Dot line pattern setting for Chart.
DashDot 3 Represents the Dash-dot line pattern setting for Chart.
DashDotDot 4 Represents the Dash-dot-dot line pattern setting for Chart.
None 5 Represents the no line pattern setting for Chart.
DarkGray 6 Represents the Dark Gray line pattern setting for Chart.
MediumGray 7 Represents the Medium Gray line pattern setting for Chart.
LightGray 8 Represents the Light Gray line pattern setting for Chart.
See Also