Determines the style of a border line, i.e., solid, dashed, dotted, etc.

See

[[ChartBorder.lineStyle]]

Enumeration Members

Dash: 1

Dashed line.

DashDot: 2

Alternating dashes and dots.

Dot: 3

Dotted line.

LargeDash: 4

Large dashed line.

LargeDashDot: 5

Large alternating dashes and dots.

LargeDashDotDot: 6

Large alternating dashes and pairs of dots.

None: 7

No line.

Solid: 0

Solid line.

SysDash: 8

System-defined dashed line.

SysDashDot: 9

System-defined alternating dashes and dots.

SysDashDotDot: 10

System-defined alternating dashes and pairs of dots.

SysDot: 11

System-defined dotted line.