ComponentOne FlexChart for WinForms
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
'Usage
 
Dim instance As DateTimeGroupProvider
Dim range As IRange
Dim value As Integer
 
value = instance.GetLevels(range)
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