FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / DateTimeGroupProvider 类 / GetRanges 方法
Specifies the full range of the axis.
Specifies the level of IRange values for the level specified by the appropriate entry in the GroupTypes collection.

本主题中
    GetRanges 方法 (DateTimeGroupProvider)
    本主题中
    Returns a list of IRange values for the level specified the by the appropriate entry in the GroupTypes collection.
    语法
    '声明
     
    Public Function GetRanges( _
       ByVal range As IRange, _
       ByVal level As Integer _
    ) As IList(Of IRange)
    public IList<IRange> GetRanges( 
       IRange range,
       int level
    )

    参数

    range
    Specifies the full range of the axis.
    level
    Specifies the level of IRange values for the level specified by the appropriate entry in the GroupTypes collection.
    请参见