GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / ScaleLabelInstant Enumeration

In This Topic
    ScaleLabelInstant Enumeration
    In This Topic
    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.WPF.GanttView.ScaleLabelInstant

    See Also