Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The LineStyle class contains all available chart line styles.

Signature
C#
C#
 public sealed class LineStyle : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class LineStyle
		Inherits TypesafeEnum
{signature}
{remarks}
If the LineStyle used is not available in the selected file format, the closest match will be used.
{remarks}
{values}
|| Name || Description ||
| {anchor:DarkGray}DarkGray | Dark gray line |
| {anchor:Dash}Dash | Dashed line |
| {anchor:DashDot}DashDot | Dash-dot line |
| {anchor:DashDotDot}DashDotDot | Dash-dot-dot line |
| {anchor:Dot}Dot | Dotted line |
| {anchor:LightGray}LightGray | Light gray line |
| {anchor:LongDash}LongDash | Long dashed line |
| {anchor:LongDashDot}LongDashDot | Long dash-dot line |
| {anchor:LongDashDotDot}LongDashDotDot | Long dash-dot-dot line |
| {anchor:MediumGray}MediumGray | Medium gray line |
| {anchor:None}None | No line |
| {anchor:ShortDash}ShortDash | Short dash line |
| {anchor:ShortDashDot}ShortDashDot | Short dash-dot line |
| {anchor:ShortDashDotDot}ShortDashDotDot | Short dash-dot-dot line |
| {anchor:ShortDot}ShortDot | Short dot line |
| {anchor:Solid}Solid | Solid line |
Remarks

If the LineStyle used is not available in the selected file format, the closest match will be used.

Values

Name

Description

Anchor
DarkGray
DarkGray
DarkGray

Dark gray line

Anchor
Dash
Dash
Dash

Dashed line

Anchor
DashDot
DashDot
DashDot

Dash-dot line

Anchor
DashDotDot
DashDotDot
DashDotDot

Dash-dot-dot line

Anchor
Dot
Dot
Dot

Dotted line

Anchor
LightGray
LightGray
LightGray

Light gray line

Anchor
LongDash
LongDash
LongDash

Long dashed line

Anchor
LongDashDot
LongDashDot
LongDashDot

Long dash-dot line

Anchor
LongDashDotDot
LongDashDotDot
LongDashDotDot

Long dash-dot-dot line

Anchor
MediumGray
MediumGray
MediumGray

Medium gray line

Anchor
None
None
None

No line

Anchor
ShortDash
ShortDash
ShortDash

Short dash line

Anchor
ShortDashDot
ShortDashDot
ShortDashDot

Short dash-dot line

Anchor
ShortDashDotDot
ShortDashDotDot
ShortDashDotDot

Short dash-dot-dot line

Anchor
ShortDot
ShortDot
ShortDot

Short dot line

Anchor
Solid
Solid
Solid

Solid line