ComponentOne FlexChart for WinForms
GetRanges Method (DateTimeGroupProvider)


C1.Chart Namespace > DateTimeGroupProvider Class : GetRanges Method
Specifies the full range of the axis.
Specifies the level of IRange values for the level specified by the appropriate entry in the GroupTypes collection.
Returns a list of IRange values for the level specified the by the appropriate entry in the GroupTypes collection.
Syntax
'Declaration
 
Public Function GetRanges( _
   ByVal range As IRange, _
   ByVal level As Integer _
) As IList(Of IRange)
'Usage
 
Dim instance As DateTimeGroupProvider
Dim range As IRange
Dim level As Integer
Dim value As IList(Of IRange)
 
value = instance.GetRanges(range, level)
public IList<IRange> GetRanges( 
   IRange range,
   int level
)

Parameters

range
Specifies the full range of the axis.
level
Specifies the level of IRange values for the level specified by the appropriate entry in the GroupTypes collection.
See Also

Reference

DateTimeGroupProvider Class
DateTimeGroupProvider Members