Use the members of this enumeration to set the value of the Pattern property in the ChartGridStyle and ChartLineStyle classes.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum LinePatternEnum
Visual Basic
Public Enumeration LinePatternEnum

Members

Member nameValueDescription
Solid0 A solid line.
Dash1 A dashed line.
Dot2 A dotted line.
DashDot3 A line with alternating dashes and dots.
DashDotDot4 A line with series consisting of a dash followed by two dots.
None5 No line is drawn.

See Also