ComponentOne FinancialChart for UWP Edition
GetLevels Method (DateTimeGroupProvider)

C1.Chart Namespace > DateTimeGroupProvider Class : GetLevels Method
Specifies the full range of the axis data.
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
public int GetLevels( 
   IRange range
)

Parameters

range
Specifies the full range of the axis data.

Return Value

Specifies number of group levels.
See Also

Reference

DateTimeGroupProvider Class
DateTimeGroupProvider Members