lazarus/components/tachart/demo
darius 0d6bfec764 TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost.
This speeds up adding really long series.

Patch from Alexander Klenin
http://bugs.freepascal.org/view.php?id=12642

git-svn-id: trunk@17504 -
2008-11-22 09:44:29 +00:00
..
demo.lpi Code cleanup, variable and component renaming 2008-11-08 21:21:35 +00:00
demo.lpr added tachart components from Philippe Martinole and Luis Rodrigues (bug #8269) 2007-02-19 15:17:14 +00:00
unit1.lfm TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost. 2008-11-22 09:44:29 +00:00
unit1.lrs TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost. 2008-11-22 09:44:29 +00:00
unit1.pas TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost. 2008-11-22 09:44:29 +00:00