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


本主题中
    DateTimeGroupProvider 类 成员
    本主题中

    以下表中列出了DateTimeGroupProvider的公开成员.

    公共 构造函数
     名称说明
    Public 构造函数重载.   
    页首
    公共 属性
     名称说明
    Public 属性Get a dictionary of formats keyed by the TimeUnits enum of each group. Each value specifies the string.Format() of the numeric value followed by the year, with the exception of TimeUnits.Month for which the format specifies either all "M" characters (for the month name) or the numeric value of the month and year. Note if {1} is not included in the format, the year is not included. Default formats are Day="{0}", Week="Week {0}, Month="MMM", Quarter="Q{0}", "Year="{0}".  
    Public 属性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 方法As the first method called by FlexChart, this method provides the number of group levels provided by the class.  
    Public 方法Returns a list of IRange values for the level specified the by the appropriate entry in the GroupTypes collection.  
    页首
    请参见