Enum OfficeChartLinePattern
Specifies a line style for chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeChartLinePattern
Fields
Name | Description |
---|---|
CircleDot | Indicates the rounded dot line pattern for chart. |
DarkGray | Indicates the Dark Gray line pattern for Chart.This is only for Binary file format. |
Dash | Indicates a dashed line for Chart. |
DashDot | Indicates a line with a repeating dash-dot pattern for Chart. |
DashDotDot | Indicates a line a repeating dash-dot-dot pattern for Chart. |
Dot | Indicates a line with a repeating dot pattern for Chart. |
LightGray | Indicates the Light Gray line pattern for Chart.This is only for Binary file format. |
LongDash | Long dashed line. |
LongDashDot | Long alternating dashes and dots. |
LongDashDotDot | Long dash followed by two dots. |
MediumGray | Indicates the Medium Gray line pattern for Chart.This is only for Binary file format. |
None | Indicates the line style is not set for chart. |
Solid | Indicates a solid line for Chart. |