ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BarType Enumeration

In This Topic
    BarType Enumeration
    In This Topic
    Specifies the target bar type for the BarStyle.
    Syntax
    'Declaration
     
    Public Enum BarType 
       Inherits System.Enum
    public enum BarType : System.Enum 
    Members
    MemberDescription
    AutoTaskThe style is used for automatically scheduled tasks.
    DeadlineThe style is applied to deadline marks.
    DurationOnlyThe style is used for drawing tasks with undefined Start and Finish.
    DurationOnlyMilestoneThe style is used for drawing milestone marks with undefined Start.
    FinishOnlyThe style is used for drawing tasks with undefined Start and Duration.
    GroupTaskThe style is applied to group task.
    InactiveDurationOnlyThe style is used for drawing inactive tasks with undefined Start and Finish.
    InactiveMilestoneThe style is used for drawing inactive summary milestones.
    InactiveSummaryThe style is used for drawing inactive summary tasks.
    InactiveTaskThe style is used for drawing inactive tasks.
    ManualTaskThe style is applied to manually scheduled tasks.
    MilestoneThe style is applied to milestone marks.
    ProgressThe style is applied to progress bars.
    ProjectSummaryThe style is applied to the project summary task.
    StartOnlyThe style is used for drawing tasks with undefined Finish and Duration.
    SummaryProgressThe style is applied to summary's progress bars.
    SummaryTaskThe style is applied to summary task bars.
    UndefinedThe style is not yet associated with any element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1GanttView.BarType

    See Also