FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / TimeUnits 枚举

本主题中
    TimeUnits 枚举
    本主题中
    Specifies time axis units.
    语法
    '声明
     
    Public Enum TimeUnits 
       Inherits System.Enum
    public enum TimeUnits : System.Enum 
    成员
    成员说明
    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.
    继承层次

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

    请参见