ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / DateTimeGroupProvider Class / GetLevels Method
Specifies the full range of the axis data.

In This Topic
    GetLevels Method (DateTimeGroupProvider)
    In This Topic
    As the first method called by FlexChart, this method provides the number of group levels provided by the class.
    Syntax
    'Declaration
     
    Public Function GetLevels( _
       ByVal range As IRange _
    ) As Integer
    public int GetLevels( 
       IRange range
    )

    Parameters

    range
    Specifies the full range of the axis data.

    Return Value

    Specifies number of group levels.
    See Also