Use the members of this enumeration to set the value of the Pattern
property in the Chart3DLineStyle class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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. |