FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / DateTimeGroupProvider 类 / GetLevels 方法
Specifies the full range of the axis data.

本主题中
    GetLevels 方法 (DateTimeGroupProvider)
    本主题中
    As the first method called by FlexChart, this method provides the number of group levels provided by the class.
    语法
    '声明
     
    Public Function GetLevels( _
       ByVal range As IRange _
    ) As Integer
    public int GetLevels( 
       IRange range
    )

    参数

    range
    Specifies the full range of the axis data.

    返回值

    Specifies number of group levels.
    请参见