Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / TimeUnit Enumeration


In This Topic
    TimeUnit Enumeration
    In This Topic
    Represents a unit of time.
    Syntax
    'Declaration
     
    
    Public Enum TimeUnit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TimeUnit
    public enum TimeUnit : System.Enum 
    Members
    MemberDescription
    AutoThe chart data is detected automatically.
    DaysThe chart data shall be shown in days.
    MonthsThe chart data shall be shown in months.
    YearsThe chart data shall be shown in years.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.TimeUnit

    See Also