Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The LineStyle class contains all available chart line styles.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [LineStyle|ChartLine.LineStyle] class contains all available chart line styles.{excerpt}
{signature:C#}
 public sealed class LineStyle : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class LineStyle
		Inherits TypesafeEnum
Remarks

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

Values

...

Name

...

Description

...

Dark gray line

...

Dashed line

...

Dash-dot line

...

Dash-dot-dot line

...

Dotted line

...

Light gray line

...

Long dashed line

...

Long dash-dot line

...

Long dash-dot-dot line

...

Medium gray line

...

No line

...

Short dash line

...

Short dash-dot line

...

Short dash-dot-dot line

...

Short dot line

...

{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 |