C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / ScaleLabelAlignment Enumeration

ScaleLabelAlignment Enumeration
Specifies the horizontal alignment of the scale labels.
Syntax
'Declaration
 
Public Enum ScaleLabelAlignment 
   Inherits 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.WPF.GanttView.ScaleLabelAlignment

See Also