Enum LineType

Enum LineType

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Enumerates the type of Aspose.Cells.Drawing.Picture border or Aspose.Cells.Charts.Chart line.

public enum LineType

Fields

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.