Description
The LineStyle class contains all available chart line styles.
C#
vb.net
Remarks
If the LineStyle used is not available in the selected file format, the closest match will be used.Values
Name |
Description |
---|---|
DarkGray |
Dark gray line |
Dash |
Dashed line |
DashDot |
Dash-dot line |
DashDotDot |
Dash-dot-dot line |
Dot |
Dotted line |
LightGray |
Light gray line |
LongDash |
Long dashed line |
LongDashDot |
Long dash-dot line |
LongDashDotDot |
Long dash-dot-dot line |
MediumGray |
Medium gray line |
None |
No line |
ShortDash |
Short dash line |
ShortDashDot |
Short dash-dot line |
ShortDashDotDot |
Short dash-dot-dot line |
ShortDot |
Short dot line |
Solid |
Solid line |