[]
        
(Showing Draft Content)

C1.Chart.DateTimeGroupProvider.GetRanges

GetRanges Method

GetRanges(IRange, int)

Returns a list of IRange values for the level specified the by the appropriate entry in the GroupTypes collection.

Declaration
public IList<IRange> GetRanges(IRange range, int level)
Parameters
Type Name Description
IRange range

Specifies the full range of the axis.

int level

Specifies the level of IRange values for the level specified by the appropriate entry in the GroupTypes collection.

Returns
Type Description
IList<IRange>
Implements