[]
        
(Showing Draft Content)

C1.WPF.GanttView.BarType

BarType Enum

Specifies the target bar type for the BarStyle.

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

Fields

Name Description
AutoTask

The style is used for automatically scheduled tasks.

Deadline

The style is applied to deadline marks.

DurationOnly

The style is used for drawing tasks with undefined Start and Finish.

DurationOnlyMilestone

The style is used for drawing milestone marks with undefined Start.

FinishOnly

The style is used for drawing tasks with undefined Start and Duration.

GroupTask

The style is applied to group task.

InactiveDurationOnly

The style is used for drawing inactive tasks with undefined Start and Finish.

InactiveMilestone

The style is used for drawing inactive summary milestones.

InactiveSummary

The style is used for drawing inactive summary tasks.

InactiveTask

The style is used for drawing inactive tasks.

ManualTask

The style is applied to manually scheduled tasks.

Milestone

The style is applied to milestone marks.

Progress

The style is applied to progress bars.

ProjectSummary

The style is applied to the project summary task.

StartOnly

The style is used for drawing tasks with undefined Finish and Duration.

SummaryProgress

The style is applied to summary's progress bars.

SummaryTask

The style is applied to summary task bars.

Undefined

The style is not yet associated with any element.