FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / DateTimeGroupProvider 类 / GroupTypes 属性

本主题中
    GroupTypes 属性 (DateTimeGroupProvider)
    本主题中
    Gets the collection of group specifiers using the TimeUnits enumeration. The index of each specifier indicates (level-1). Specifiers modified using the collection Add, Insert and Remove methods of the collection. If no values are specified, values are automatically selected based on the range.
    语法
    '声明
     
    Public ReadOnly Property GroupTypes As ObservableCollection(Of TimeUnits)
    public ObservableCollection<TimeUnits> GroupTypes {get;}
    请参见