[]
        
(Showing Draft Content)

GrapeCity.Drawing.DashStyle

DashStyle Enum

Represents line dash values.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum DashStyle : byte
Public Enum DashStyle As Byte

Fields

Name Description
Custom

Specifies a user-defined custom dash style.

Dash

Line is made up of dashes.

DashDot

Line is made up of dash-dots.

Dot

Line is made up of dots.

LargeDash

Line is made up of large dashes.

LargeDashDot

Line is made up of large dash-dots.

LargeDashDotDot

Line is made up of large dash-dot-dots.

RoundDash

Line is made up of round dashes.

RoundDashDot

Line is made up of round dash-dots.

RoundDashDotDot

Line is made up of round dash-dot-dots.

RoundDot

Line is made up of round dots.

Solid

Line is made up of solid line.