| Visual Basic (Declaration) | |
|---|---|
Public Enum LineStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum LineStyle : System.Enum | |
| Member | Description |
|---|---|
| Dash | A dashed line is drawn. |
| DashDot | A line of alternating dashes and dots is drawn. |
| DashDotDot | A line of dashes alternated with two dots is drawn. |
| Dot | A dotted line is drawn. |
| None | No line style is used. |
| Solid | A solid line is drawn. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Graphics.LineStyle