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