[]
        
(Showing Draft Content)

C1.Chart.DateTimeGroupProvider.GetLevels

GetLevels Method

GetLevels(IRange)

As the first method called by FlexChart, this method provides the number of group levels provided by the class.

Declaration
public int GetLevels(IRange range)
Parameters
Type Name Description
IRange range

Specifies the full range of the axis data.

Returns
Type Description
int

Specifies number of group levels.

Implements