ComponentOne GanttView for WinForms
ScaleLabelAlignment Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ScaleLabelAlignment Enumeration
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

Reference

C1.Win.C1GanttView Namespace