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

本主题中
    DatetimeAxisGroupType 枚举
    本主题中
    Specifies group type for time axis.
    语法
    '声明
     
    Public Enum DatetimeAxisGroupType 
       Inherits System.Enum
    public enum DatetimeAxisGroupType : System.Enum 
    成员
    成员说明
    DayGroup by day.
    HourGroup by hour.
    MonthGroup by month.
    NoneNo grouping.
    QuarterGroup by quarter.
    YearGroup by year.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.DatetimeAxisGroupType

    请参见