Hi Yeray.
Yes - what you describe is my problem and anti-overlapping should solve it. Thanks for the link, I will have a look into it.
Best regards
Roland
Search found 20 matches
- Fri May 08, 2015 9:02 am
- Forum: FMX
- Topic: Setting Location of Labels in Bubblechart
- Replies: 2
- Views: 9747
- Fri Apr 24, 2015 3:25 pm
- Forum: FMX
- Topic: Setting Location of Labels in Bubblechart
- Replies: 2
- Views: 9747
Setting Location of Labels in Bubblechart
What is the best way - if there is any - to position labels of overlapping bubbles, like in the attached example?
Is there any possibility to configure the chart in a way that such intersection as in the attached image is avoided?
Best regards
Roland
Is there any possibility to configure the chart in a way that such intersection as in the attached image is avoided?
Best regards
Roland
- Thu Apr 23, 2015 12:18 pm
- Forum: FMX
- Topic: Tools at runtime
- Replies: 6
- Views: 16127
Re: Tools at runtime
As I wrote.
It is working. Thanks.
It is working. Thanks.
- Thu Apr 23, 2015 11:14 am
- Forum: FMX
- Topic: Tools at runtime
- Replies: 6
- Views: 16127
Re: Tools at runtime
Hi.
It is working when I drop the TTeeCommander to the form.
I was not aware of this component and only dropped the EditPanel.
Thanks a lot your charting component is great. Soryy for not reading the documentation thorroughly enough.
Roland
It is working when I drop the TTeeCommander to the form.
I was not aware of this component and only dropped the EditPanel.
Thanks a lot your charting component is great. Soryy for not reading the documentation thorroughly enough.
Roland
- Thu Apr 23, 2015 10:31 am
- Forum: FMX
- Topic: Tools at runtime
- Replies: 6
- Views: 16127
Re: Tools at runtime
Hi. Strange - it is not working like that for me.
The details of the tool settings are missing in my project - this project is still in XE7 though. Is there an official XE8 version available - did not know that.
Best regards
Roland
The details of the tool settings are missing in my project - this project is still in XE7 though. Is there an official XE8 version available - did not know that.
Best regards
Roland
- Wed Apr 22, 2015 4:18 pm
- Forum: FMX
- Topic: Tools at runtime
- Replies: 6
- Views: 16127
Tools at runtime
Hi.
I just reckognized that I cannot modify a Rectangle tool at runtime via the chart editor panel or dialog.
Is it the way that tools cannot be modified via the editorpanel or -dialog at runtime. IMO this should be possible.
Best regards
Roland
I just reckognized that I cannot modify a Rectangle tool at runtime via the chart editor panel or dialog.
Is it the way that tools cannot be modified via the editorpanel or -dialog at runtime. IMO this should be possible.
Best regards
Roland
- Wed Apr 22, 2015 3:36 pm
- Forum: FMX
- Topic: How to do a Portfolio Chart with TChart?
- Replies: 7
- Views: 17990
Re: How to do a Portfolio Chart with TChart?
Works great.
Thanks.
Thanks.
- Mon Apr 20, 2015 10:09 am
- Forum: FMX
- Topic: How to do a Portfolio Chart with TChart?
- Replies: 7
- Views: 17990
Re: How to do a Portfolio Chart with TChart?
Super Support.
I will give your code a try. Thanks a lot.
Best regards
Roland
I will give your code a try. Thanks a lot.
Best regards
Roland
- Fri Apr 17, 2015 2:06 pm
- Forum: FMX
- Topic: How to do a Portfolio Chart with TChart?
- Replies: 7
- Views: 17990
Re: How to do a Portfolio Chart with TChart?
Hi. That works in the same way for me, but the problem is that I do not want digit values but simply good, neutral, bad labels on the axis and that on all sides of the chart ... (see attachment) I had problems to get that. Ok - I achieved what I wanted now, but I do not understand why I need to do i...
- Fri Apr 17, 2015 1:17 pm
- Forum: FMX
- Topic: How to do a Portfolio Chart with TChart?
- Replies: 7
- Views: 17990
Re: How to do a Portfolio Chart with TChart?
Hi Yeray, thanks - I know that, but this does not solve my problem. My problem is that the X value seems to be neglected when I use Series1.AddBubble(1,1,0.2,'test1'); Series1.AddBubble(-1,-1,0.2,'test2'); The bubbles are shown in the correct Y value position but in the same X value position. What d...
- Fri Apr 17, 2015 10:37 am
- Forum: FMX
- Topic: How to do a Portfolio Chart with TChart?
- Replies: 7
- Views: 17990
How to do a Portfolio Chart with TChart?
Hi, I am trying to do a portfolio chart like http://ppmexecution.com/wp-content/uploads/2014/05/Portfolio-Bubble-Chart-1024x747.jpg with TChart. I thought the right charttype was Bubblechart, but when I use something like ... Series1.AddBubble(1,1,0.2,'Portfoliobubble 1'); Series1.AddBubble(-1,-1,0....
- Fri Feb 13, 2015 3:43 pm
- Forum: FMX
- Topic: What can be the reason for smooth not working
- Replies: 5
- Views: 14625
Re: What can be the reason for smooth not working
What is the best way to provide you the sample project?- I could get one done.
- Fri Feb 13, 2015 11:57 am
- Forum: FMX
- Topic: What can be the reason for smooth not working
- Replies: 5
- Views: 14625
Re: What can be the reason for smooth not working
Hi Yeray, in the setup you described this is also working for me. In my "real"-application I have however the prroblem hat it is not working like that (I found a workarround though). The workaround in my case is to do it as follows ... sf := TSmoothingFunction.Create(self); ChartSeriesSmoothed.Funct...
- Wed Feb 11, 2015 8:51 pm
- Forum: FMX
- Topic: What can be the reason for smooth not working
- Replies: 5
- Views: 14625
What can be the reason for smooth not working
If I understood right setting the smoothed property of a lineseries to true should smooth the line series.
What can be the reason if this does not happen in my case?
What can be the reason if this does not happen in my case?
- Wed Feb 11, 2015 2:57 pm
- Forum: FMX
- Topic: TeeChart 2015.14.150120 VCL/FMX release available
- Replies: 6
- Views: 15588
Re: TeeChart 2015.14.150120 VCL/FMX release available
Hi Yeray,
that was it. But on every step in the recompilations tool it complained that it could not find some gdip hpp files, which I also could not find on your server. There I could only find pas files.
Best regards
Roland
that was it. But on every step in the recompilations tool it complained that it could not find some gdip hpp files, which I also could not find on your server. There I could only find pas files.
Best regards
Roland