ComponentOne FlexPivot for WinForms
Filtering
Data Blending Features > Filtering

Filtering is one of the core features available in the FlexPivot control. The filtering feature enables users to display a specified set of data as per the filters applied on the fields.

FlexPivot supports two types of filters, that are Value Filter and Range Filter. The Value Filter allows users to filter specific values in a list. The Range Filter allows users to filter data based on some condition(s). The two filters are independent of each other, and values must pass both filters to be included in the grid and chart.

To know how to apply these filters on fields in code behind, see the topic Configuring Fields in Code that describes implementation similar to the above example through code.

 

See Also