GetLevels Method (DateTimeGroupProvider)
In This Topic
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 As IRange _
) As System.Integer
public System.int GetLevels(
IRange
)
Parameters
- range
- Specifies the full range of the axis data.
Return Value
Specifies number of group levels.
See Also