FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroupsCollection Class / AddNewGroup Method / AddNewGroup(String) Method
The group expression for the new group.

In This Topic
    AddNewGroup(String) Method
    In This Topic
    Adds a new data group into the colleciton.
    Syntax
    'Declaration
     
    Public Overloads Function AddNewGroup( _
       ByVal groupExpression As String _
    ) As ChartDataGroup
    public ChartDataGroup AddNewGroup( 
       string groupExpression
    )

    Parameters

    groupExpression
    The group expression for the new group.

    Return Value

    The new added data group.
    See Also