Class ExcelChartLinePattern
Specifies the line pattern for the border.
Inheritance
System.Object
ExcelChartLinePattern
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelChartLinePattern : Enum
Fields
CircleDot
Round dotted line.
Declaration
public const ExcelChartLinePattern CircleDot
Field Value
DarkGray
Dark gray line.
Declaration
public const ExcelChartLinePattern DarkGray
Field Value
Dash
Dashed line.
Declaration
public const ExcelChartLinePattern Dash
Field Value
DashDot
Alternating dashes and dots.
Declaration
public const ExcelChartLinePattern DashDot
Field Value
DashDotDot
Dash followed by two dots.
Declaration
public const ExcelChartLinePattern DashDotDot
Field Value
Dot
Dotted line.
Declaration
public const ExcelChartLinePattern Dot
Field Value
LightGray
Light gray line.
Declaration
public const ExcelChartLinePattern LightGray
Field Value
LongDash
Long dashed line.
Declaration
public const ExcelChartLinePattern LongDash
Field Value
LongDashDot
Long alternating dashes and dots.
Declaration
public const ExcelChartLinePattern LongDashDot
Field Value
LongDashDotDot
Long dash followed by two dots.
Declaration
public const ExcelChartLinePattern LongDashDotDot
Field Value
MediumGray
Medium Gray line.
Declaration
public const ExcelChartLinePattern MediumGray
Field Value
None
No line.
Declaration
public const ExcelChartLinePattern None
Field Value
Solid
Solid line.
Declaration
public const ExcelChartLinePattern Solid