Table of Contents

Enum ChartLinePatternType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Chart line patterns.

public enum ChartLinePatternType

Fields

DarkGray = 6

Represents the Dark Gray line pattern setting for Chart.

Dash = 1

Represents the Dash 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.

Dot = 2

Represents the Dot line pattern setting for Chart.

LightGray = 8

Represents the Light Gray line pattern setting for Chart.

MediumGray = 7

Represents the Medium Gray line pattern setting for Chart.

None = 5

Represents the no line pattern setting for Chart.

Solid = 0

Represents the Solid line pattern setting for Chart.