DateTimeGroupProvider Constructor(IAxis)
In This Topic
This constructor allows automatic generation of groups based upon the axis range and the axis MajorUnit value.
Syntax
'Declaration
Public Function New( _
ByVal As IAxis _
)
public DateTimeGroupProvider(
IAxis
)
Parameters
- axis
See Also