Expression Editor, when integrated with FlexChart, enables filtering of its data items using expressions.
To filter the data items of FlexChart based on expressions entered in Expression Editor, you can filter the data view used by FlexChart. Note that, C1Expression Editor's data source should be same as the FlexChart's data source.
The following image exhibits FlexChart control, demonstrating filtering using expression entered in Expression Editor control.
The following code demonstrates filtering the FlexChart's view through expression entered in Expression Editor for WinForms control.