ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / TimeUnits Enumeration

In This Topic
    TimeUnits Enumeration
    In This Topic
    Specifies time axis units.
    Syntax
    'Declaration
     
    Public Enum TimeUnits 
       Inherits System.Enum
    public enum TimeUnits : System.Enum 
    Members
    MemberDescription
    DayTime units measured in days.
    MonthTime units measured in months with the first day of each month.
    QuarterTime units measured in quarters with the first day of each quarter.
    WeekTime units measured in weeks starting at the first of the year.
    YearTime units measured in years, with the first day of each year.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.TimeUnits

    See Also