Search found 20 matches

by Roland
Fri May 08, 2015 9:02 am
Forum: FMX
Topic: Setting Location of Labels in Bubblechart
Replies: 2
Views: 8640

Re: Setting Location of Labels in Bubblechart

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
by Roland
Fri Apr 24, 2015 3:25 pm
Forum: FMX
Topic: Setting Location of Labels in Bubblechart
Replies: 2
Views: 8640

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?

label problem2015-04-24_172153.png
label problem2015-04-24_172153.png (1.69 KiB) Viewed 8735 times

Best regards

Roland
by Roland
Thu Apr 23, 2015 12:18 pm
Forum: FMX
Topic: Tools at runtime
Replies: 6
Views: 14321

Re: Tools at runtime

As I wrote.
It is working. Thanks.
by Roland
Thu Apr 23, 2015 11:14 am
Forum: FMX
Topic: Tools at runtime
Replies: 6
Views: 14321

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
by Roland
Thu Apr 23, 2015 10:31 am
Forum: FMX
Topic: Tools at runtime
Replies: 6
Views: 14321

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
by Roland
Wed Apr 22, 2015 4:18 pm
Forum: FMX
Topic: Tools at runtime
Replies: 6
Views: 14321

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
by Roland
Wed Apr 22, 2015 3:36 pm
Forum: FMX
Topic: How to do a Portfolio Chart with TChart?
Replies: 7
Views: 15765

Re: How to do a Portfolio Chart with TChart?

Works great.
Thanks.
by Roland
Mon Apr 20, 2015 10:09 am
Forum: FMX
Topic: How to do a Portfolio Chart with TChart?
Replies: 7
Views: 15765

Re: How to do a Portfolio Chart with TChart?

Super Support.
I will give your code a try. Thanks a lot.

Best regards

Roland
by Roland
Fri Apr 17, 2015 2:06 pm
Forum: FMX
Topic: How to do a Portfolio Chart with TChart?
Replies: 7
Views: 15765

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...
by Roland
Fri Apr 17, 2015 1:17 pm
Forum: FMX
Topic: How to do a Portfolio Chart with TChart?
Replies: 7
Views: 15765

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...
by Roland
Fri Apr 17, 2015 10:37 am
Forum: FMX
Topic: How to do a Portfolio Chart with TChart?
Replies: 7
Views: 15765

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....
by Roland
Fri Feb 13, 2015 3:43 pm
Forum: FMX
Topic: What can be the reason for smooth not working
Replies: 5
Views: 12862

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.
by Roland
Fri Feb 13, 2015 11:57 am
Forum: FMX
Topic: What can be the reason for smooth not working
Replies: 5
Views: 12862

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...
by Roland
Wed Feb 11, 2015 8:51 pm
Forum: FMX
Topic: What can be the reason for smooth not working
Replies: 5
Views: 12862

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?
by Roland
Wed Feb 11, 2015 2:57 pm
Forum: FMX
Topic: TeeChart 2015.14.150120 VCL/FMX release available
Replies: 6
Views: 13817

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