ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As DateTimeGroupProvider
    Dim range As IRange
    Dim value As Integer
     
    value = instance.GetLevels(range)
    public int GetLevels( 
       IRange range
    )
    public:
    int GetLevels( 
       IRange^ range
    ) 

    Parameters

    range
    Specifies the full range of the axis data.

    Return Value

    Specifies number of group levels.
    See Also