FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / DateTimeGroupProvider Class / DateTimeGroupProvider Constructor / DateTimeGroupProvider Constructor(IAxis)

In This Topic
    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 axis As IAxis _
    )
    public DateTimeGroupProvider( 
       IAxis axis
    )

    Parameters

    axis
    See Also