Hello,
I was trying the Statistics tool on a bar graph series which shows a frequency distribution. In this case the information of interest is actually in the x-axis rather than the y-axis.
Is it possible to get the statistics for the x-axis ?
Statistics tool
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Statistics tool
Hi bdw,
To get that information with a statistics tool, you should use an horizontal bar series. Otherwise you may want to use other TeeChart built-in functions, histogram function, for example. For more information on functions usage please read tutorial 7 and the example at All Features\Welcome!\Functions in the new features demo. Both tutorials and demo are available at TeeChart's program group.
To get that information with a statistics tool, you should use an horizontal bar series. Otherwise you may want to use other TeeChart built-in functions, histogram function, for example. For more information on functions usage please read tutorial 7 and the example at All Features\Welcome!\Functions in the new features demo. Both tutorials and demo are available at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Statistics tool
Hi Narcis,
I ended up adding another point series to the chart that has the statistics tool connected but series is not displayed.
It adds in 2,737,145 points in around 8 seconds and displays the graphs in that time as well.
However calling ChartTool3->Statistics(MemoInfo->Lines); on the two graphs then takes over 30 minutes (I'm still waiting so not sure on exact time).
Chart drawing is quick any idea why the stats is taking so long to be calculated ?
I ended up adding another point series to the chart that has the statistics tool connected but series is not displayed.
It adds in 2,737,145 points in around 8 seconds and displays the graphs in that time as well.
However calling ChartTool3->Statistics(MemoInfo->Lines); on the two graphs then takes over 30 minutes (I'm still waiting so not sure on exact time).
Chart drawing is quick any idea why the stats is taking so long to be calculated ?
Re: Statistics tool
Was easier to roll my own solution in the end
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Statistics tool
Hello,
Thanks in advance.
I'm not able to reproduce the problem here. We would be interested in investigating the issue. Could you please attach a simple example project we can run "as-is" to reproduce the problem here?bdw wrote: However calling ChartTool3->Statistics(MemoInfo->Lines); on the two graphs then takes over 30 minutes (I'm still waiting so not sure on exact time).
Chart drawing is quick any idea why the stats is taking so long to be calculated ?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |