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

ScaleLabelInstant Enumeration
Specifies the point in time to be displayed as a scale label.
Syntax
'Declaration
 
Public Enum ScaleLabelInstant 
   Inherits System.Enum
 
Members
MemberDescription
EndShows the ending of the time interval.
MiddleShows the middle of the time interval.
RangeShows a range from beginning to ending of the time interval.
RangeOverlappedShows a range from beginning of the current time interval to beginning of the next time interval.
StartShows the beginning of the time interval.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.GanttView.ScaleLabelInstant

See Also