Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / IAxisGroupProvider Interface / GetRanges Method

In This Topic
    GetRanges Method (IAxisGroupProvider)
    In This Topic
    Gets the list of ranges.
    Syntax
    'Declaration
     
    
    Function GetRanges( _
       ByVal range As IRange, _
       ByVal level As Integer _
    ) As IList(Of IRange)

    Parameters

    range
    level
    See Also