[]
        
(Showing Draft Content)

C1.WPF.GanttView.ProgressLineStyle

ProgressLineStyle Enum

Specifies the style of progress lines.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public enum ProgressLineStyle

Fields

Name Description
Dash

Specifies a line consisting of dashes.

DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

Dot

Specifies a line consisting of dots.

None

Hides the line.

Solid

Specifies a solid line.