Search found 7 matches
- Fri May 29, 2015 12:37 pm
- Forum: Wishes and ideas
- Topic: HTML5 Canvas Support?
- Replies: 11
- Views: 74525
Re: HTML5 Canvas Support?
We also use TCharts and are looking at migrating our systems onto a web platform and although I was excited by HTML5 support, our applications use TeeTree for workflow diagrams. I am wondering if there are any plans to migrate TeeTree to HTML5 as well or if we are better off with another component.
- Wed Apr 29, 2015 2:26 pm
- Forum: VCL
- Topic: Horizontal Barchart giving high values
- Replies: 6
- Views: 11976
Re: Horizontal Barchart giving high values
yes, thats correct. That was what I was getting
- Tue Apr 28, 2015 2:59 pm
- Forum: VCL
- Topic: Horizontal Barchart giving high values
- Replies: 6
- Views: 11976
Re: Horizontal Barchart giving high values
I have modified the DB project you included in the example to show the error with the horizontal chart. When you change the series to a Barchart, the numbers are correct. The project was modified using Delphi XE6
- Mon Apr 27, 2015 8:24 am
- Forum: VCL
- Topic: Horizontal Barchart giving high values
- Replies: 6
- Views: 11976
Re: Horizontal Barchart giving high values
Hi It maybe something to do with our implementation but it would not be that easy to create an example because it was all database driven. I spent some time comparing the source code of version 8 and version 2014 and what I found was that in the unit DBChart.pas, the Procedure ProcessRecord(const tm...
- Fri Apr 24, 2015 12:49 pm
- Forum: VCL
- Topic: Horizontal Barchart giving high values
- Replies: 6
- Views: 11976
Horizontal Barchart giving high values
Hi I have come accross a strange issue and not sure how to proceed. When I run the same code for all other charts the data looks ok except for the horizontal chart where the values come out being very high. I have attached two charts the vertical is the correct data that is being passed from the dat...
- Wed Apr 01, 2015 4:09 pm
- Forum: VCL
- Topic: Cross box in TTree
- Replies: 2
- Views: 6734
Re: Cross box in TTree
Thanks for that. I had been looking for that for awhile. I have also found that the cross still doesn't look right so I changed tmpExtra to be 1 in the method TTreeNodeCrossBox.Draw(...) and it all looks like it did before.
- Wed Apr 01, 2015 9:35 am
- Forum: VCL
- Topic: Cross box in TTree
- Replies: 2
- Views: 6734
Cross box in TTree
Hi I have recently upgraded from version 8 to 2014 and I have found that the crossbox that appears in a TTree seems to be blurry. in version 8 the crosboss in the TTree component looked like a sharp + However now it is hard to even see it is +, is there some new option I can change to get the crossB...