FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / IAxisGroupProvider Interface / GetLevels Method

In This Topic
    GetLevels Method (IAxisGroupProvider)
    In This Topic
    Get number of levels for the specified range.
    Syntax
    'Declaration
     
    Function GetLevels( _
       ByVal range As IRange _
    ) As Integer
    int GetLevels( 
       IRange range
    )

    Parameters

    range
    See Also