TeeDefaultCapacity variable
Var TeeDefaultCapacity;
Unit
TeEngine
Description
This variable determines the number of points that the Series will preallocate when adding points.
This number is used to resize the internal arrays.
The concept is similar to TList "Capacity" property, but used with arrays and the SetLength method.
Setting a high value (for example one million), will pre-allocate memory space for one million points, so,
when adding lots of points, there will not be time spent allocating memory until one million points have been added.