ComponentOne GanttView for WinForms
ScaleLabelInstant Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : ScaleLabelInstant Enumeration
Specifies the point in time to be displayed as a scale label.
Syntax
'Declaration
 
Public Enum ScaleLabelInstant 
   Inherits System.Enum
public enum ScaleLabelInstant : 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.Win.C1GanttView.ScaleLabelInstant

See Also

Reference

C1.Win.C1GanttView Namespace