Use the members of this enumeration to set the value of the Pattern property in the ChartGridStyle and ChartLineStyle classes.
[Visual Basic]
Public Enum LinePatternEnum
[C#]
public enum LinePatternEnum
[Delphi]
type LinePatternEnum = (Dash, DashDot, DashDotDot, Dot, None, Solid);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
|
Member name |
Description |
|
Dash |
A dashed line. |
|
DashDot |
A line with alternating dashes and dots. |
|
DashDotDot |
A line with series consisting of a dash followed by two dots. |
|
Dot |
A dotted line. |
|
None |
No line is drawn. |
|
Solid |
A solid line. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |