Hi,
I want create pareto chart using bar series. As source I have TListChartSource. It has Sort method but it sorting by X axis, I want by Y.
Now I see UserDefinedChartSource, so I probably can strore data in own TList and sort it by my self.
Regards