ChartDashStyle Enum

Definition

Specifies a line style.

public enum class ChartDashStyle
public enum ChartDashStyle
type ChartDashStyle = 
Public Enum ChartDashStyle
Inheritance
ChartDashStyle

Fields

Dash 1

A dashed line.

DashDot 2

A line with a repeating dash-dot pattern.

DashDotDot 3

A line a repeating dash-dot-dot pattern.

Dot 4

A line with a repeating dot pattern.

NotSet 0

The line style is not set.

Solid 5

A solid line.

Remarks

The ChartDashStyle enumeration represents a line style.

Applies to