Use the members of this enumeration to set the value
of the Pattern property in the ChartGridStyle and ChartLineStyle classes.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum LinePatternEnum |
| Visual Basic |
|---|
Public Enumeration LinePatternEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Solid | 0 | A solid line. | |
| Dash | 1 | A dashed line. | |
| Dot | 2 | A dotted line. | |
| DashDot | 3 | A line with alternating dashes and dots. | |
| DashDotDot | 4 | A line with series consisting of a dash followed by two dots. | |
| None | 5 | No line is drawn. |