Hi,
We have a customer with a simple line chart that has one data point per hour for a whole day. Is it possible to convert this simple line chart to a BoxPlot chart?
Let me know.
Regards,
Ravi
Converting Simple Line chart to Box Plot chart
Hi Ravi,
Yes, you should use the method ChangeSeriesType. For example, if your line series is the first series in your chart (index 0):
Yes, you should use the method ChangeSeriesType. For example, if your line series is the first series in your chart (index 0):
Code: Select all
TChart1.ChangeSeriesType 0, scBox
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Converting Simple Line chart to Box Plot chart
Hi
Thanks for the reply.
I am sending the attachments to support@steema.com for you to review and respond.
My Colleague tried out your suggestion and he has few more questions as below:
--------------------------
We are already changing the type of chart using this method. However, we are getting strange results. Let me take you through the process via screenshots.
1. Run a report using a Line chart. (Steema - Pic1.JPG, LineChart.tee)
2. Modify the chart changing it to a BoxPlot chart. (Steema - Pic2.JPG)
3. Results show the error. (Steema - Pic3.JPG, BoxPlotChart - Single DataPoints.tee)
Also, when we select multiple data points per hour we get the following error:
4. Results for multiple data points. (Steema – Pic4.JPG, BoxPlotChart - Multiple DataPoints.tee)
The results show instead of having each hour for the day range selected displayed, they are all combined into one and the date in the bottom axis is bad as well.
Does this seem valid that you can change a Line chart to a BoxPlot chart?
Thanks for the reply.
I am sending the attachments to support@steema.com for you to review and respond.
My Colleague tried out your suggestion and he has few more questions as below:
--------------------------
We are already changing the type of chart using this method. However, we are getting strange results. Let me take you through the process via screenshots.
1. Run a report using a Line chart. (Steema - Pic1.JPG, LineChart.tee)
2. Modify the chart changing it to a BoxPlot chart. (Steema - Pic2.JPG)
3. Results show the error. (Steema - Pic3.JPG, BoxPlotChart - Single DataPoints.tee)
Also, when we select multiple data points per hour we get the following error:
4. Results for multiple data points. (Steema – Pic4.JPG, BoxPlotChart - Multiple DataPoints.tee)
The results show instead of having each hour for the day range selected displayed, they are all combined into one and the date in the bottom axis is bad as well.
Does this seem valid that you can change a Line chart to a BoxPlot chart?
Hi Ravi,
I'm afraid that we don't offer support by mail, so the mails sent to support@steema.com are rejected and auto-replied. If you would like to enjoy having this kind of support by mail, please, take a look at ProSupport subscriptions.
On the other hand, you always can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
I'm afraid that we don't offer support by mail, so the mails sent to support@steema.com are rejected and auto-replied. If you would like to enjoy having this kind of support by mail, please, take a look at ProSupport subscriptions.
On the other hand, you always can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ravi,
Notice that I have edited your last reply as you published the pro-support e-mail address which must only be public to Pro-Support subscribers and those are the only ones entitled to use it.
Having said that, you are free to post your files at the locations Yeray mentioned and continue the discussion here or use a Pro-Support ticket for that.
Thanks in advance.
Notice that I have edited your last reply as you published the pro-support e-mail address which must only be public to Pro-Support subscribers and those are the only ones entitled to use it.
Having said that, you are free to post your files at the locations Yeray mentioned and continue the discussion here or use a Pro-Support ticket for that.
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 |
Hi Ravi,
We have seen the tee files and the pictures you sent and we think that teechart seems to be creating the correct Box. Please, take a look at the following threads where there is explained how we think that boxes should work:
http://www.teechart.net/support/viewtopic.php?t=2599
http://www.teechart.net/support/viewtopic.php?t=5645
Note that a Box series consists of a unique box where all the series' data is represented. If you want more than one box, you need more than one box series, but I think that boxes will lose their meaning if you populate each box with a unique point.
On the other hand, the box series can't decide which of the X labels is the properly to be displayed because all you "sources" line X values are now in the same X position. So maybe you would be interested in using custom labels.
Finally, we are not sure to understand what do you mean with "select multiple data points per hour". It would be helpful if you could send us a simple example project we can run "as-is" or a code snipped that would help us to understand what are you trying to achieve.
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
We have seen the tee files and the pictures you sent and we think that teechart seems to be creating the correct Box. Please, take a look at the following threads where there is explained how we think that boxes should work:
http://www.teechart.net/support/viewtopic.php?t=2599
http://www.teechart.net/support/viewtopic.php?t=5645
Note that a Box series consists of a unique box where all the series' data is represented. If you want more than one box, you need more than one box series, but I think that boxes will lose their meaning if you populate each box with a unique point.
On the other hand, the box series can't decide which of the X labels is the properly to be displayed because all you "sources" line X values are now in the same X position. So maybe you would be interested in using custom labels.
Finally, we are not sure to understand what do you mean with "select multiple data points per hour". It would be helpful if you could send us a simple example project we can run "as-is" or a code snipped that would help us to understand what are you trying to achieve.
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |