FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroup Class / FilterOutName Property

In This Topic
    FilterOutName Property (ChartDataGroup)
    In This Topic
    Gets or sets the name of a new group which combines all filtered out data. If empty, filtered out data is discarded.
    Syntax
    'Declaration
     
    Public Property FilterOutName As String
    public string FilterOutName {get; set;}
    Remarks
    Empty means discard others.
    See Also