Enum OfficeShapeDashLineStyle
Specifies the dash style for a line.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeShapeDashLineStyle
Fields
Name | Description |
---|---|
Dash_Dot | Indicates the line is a dash-dot pattern. |
Dash_Dot_Dot | Indicates the line is a dash-dot-dot pattern. |
Dashed | Indicates the line consists of dashes only. |
Dotted | Indicates the line is dotted. |
Dotted_Round | Indicates the line is made up of round dots. |
Medium_Dash_Dot | Indicates the line is Medium_Dash_Dot style. |
Medium_Dashed | Indicates the line is Medium_dashed style. |
Solid | Indicates the line is solid. |