Hello,
This is a new subject. However, I don't know how to make a new post because I didn't find any button other than "postreply".
I want to add a histogram to an existing curve on a chart. The aim is to give a statistic of the data contained in the curve. So, I intend to use a THorizLineSeries to represent the histogram which will show confident range among the values of the curves.
The problem is I didn't find any example to do it.
Could you show me how to add the histogram, connect it to the existing series, set the function to "histogram", set the number of bins (as referred to the Matlab function hist(x,n) where x is the data and n is the number of bins (classes of data)) ?
Please give the example in Delphi.
Thank you in advance
LÊ Minh-Quang
Sciensoria
PS : thank you very much for your support you have given from 2007
How to add a Histogram
-
- Newbie
- Posts: 20
- Joined: Tue Jul 03, 2007 12:00 am
- Contact:
Re: How to add a Histogram
I've split this message you posted in this thread to a new thread here.Sciensoria wrote:This is a new subject. However, I don't know how to make a new post because I didn't find any button other than "postreply".
To open a new thread, you should go to a forum category (ie VCL / CLX) and click on the "NEWTOPIC" button:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to add a Histogram
Hello,
Then, you'll find example about the Histogram function at "All features\Welcome !\Functions\Statistical\Histogram" in the Features Demo program also shipped with the binary installation. Look at the "Source Code" and "Form" tabs at the bottom to find all the code (Delphi).
I'd suggest you to read the "Tutorial 7 - Working with Functions", shipped with the binary installation, to understand how the functions work in TeeChart.Sciensoria wrote:I want to add a histogram to an existing curve on a chart. The aim is to give a statistic of the data contained in the curve. So, I intend to use a THorizLineSeries to represent the histogram which will show confident range among the values of the curves.
The problem is I didn't find any example to do it.
Could you show me how to add the histogram, connect it to the existing series, set the function to "histogram", set the number of bins (as referred to the Matlab function hist(x,n) where x is the data and n is the number of bins (classes of data)) ?
Please give the example in Delphi.
Then, you'll find example about the Histogram function at "All features\Welcome !\Functions\Statistical\Histogram" in the Features Demo program also shipped with the binary installation. Look at the "Source Code" and "Form" tabs at the bottom to find all the code (Delphi).
You are welcome!Sciensoria wrote:PS : thank you very much for your support you have given from 2007
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |