Enum ExcelChartLinePattern
Specifies the line pattern for the border.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartLinePattern
Fields
| Name | Description |
|---|---|
| CircleDot | Round dotted line. |
| DarkGray | Dark gray line. |
| Dash | Dashed line. |
| DashDot | Alternating dashes and dots. |
| DashDotDot | Dash followed by two dots. |
| Dot | Dotted line. |
| LightGray | Light gray line. |
| LongDash | Long dashed line. |
| LongDashDot | Long alternating dashes and dots. |
| LongDashDotDot | Long dash followed by two dots. |
| MediumGray | Medium Gray line. |
| None | No line. |
| Solid | Solid line. |