Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On Thu, 2013-09-26 at 09:36 +0200, Thomas Krumbein wrote:
Question Calc (spreadsheet):

How many datapoints can be access for charts?
Means: How many lines can be maximum used for one chart? Is there a
physical border (maximum number?). As I remember, Excel 2003 or 2007
has
a maximum number of 3200 datapoints.

I'm not aware of any explicit upper bound for data points. But since the
data points are stored in an STL array internally, it is subject to the
upper bounds of the platform (typically the max value of either size_t
or signed 32-bit integer).  In practice, it is far larger than 3200, and
probably so large that you would never hit that theoretical maximum
value.

Having said that, the current chart implementation is very susceptible
to poor performance when passing a large data set, in practice you
wouldn't want to pass too many data points, else Calc's run time
performance would suffer.  How many data points would be considered too
many is pretty much dependent on your PC.

HTH,

Kohei




Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.