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

In This Topic
    ScaleLabelAlignment Enumeration
    In This Topic
    Specifies the horizontal alignment of the scale labels.
    Syntax
    'Declaration
     
    Public Enum ScaleLabelAlignment 
       Inherits System.Enum
    public enum ScaleLabelAlignment : System.Enum 
    Members
    MemberDescription
    CenterScale labels are centered.
    JustifyScale labels are aligned to both sides (used for ranges).
    LeftScale labels are aligned to the left.
    RightScale labels are aligned to the right.
    Inheritance Hierarchy

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

    See Also