Search found 9 matches

by Helen
Mon Dec 12, 2011 5:41 am
Forum: .NET
Topic: Multiple Coordinate Systems In a Chart
Replies: 2
Views: 3745

Re: Multiple Coordinate Systems In a Chart

Problem solved using SubChart, thanks very much.
by Helen
Mon Dec 05, 2011 6:40 am
Forum: .NET
Topic: Multiple Coordinate Systems In a Chart
Replies: 2
Views: 3745

Multiple Coordinate Systems In a Chart

My aim is to present several coordinate system sharing the same legends. Following are the charts I've got, in which I drew 3 coordinate systems in 3 TChart Objects. They share the same legensd which I added to the first chart. They appear ugly now. If added the legends to every chart, it's space co...
by Helen
Fri Aug 19, 2011 1:54 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Re: Bubble-XLabel Aligning Problem

Hello Yeray,

I got it.Your explaination is very clear. I finally got the right picture I want following your direction. And my team also got another problem resolved in the forum which is very helpfull.

Thanks for your time and patience, I really appreciate it.

Helen
by Helen
Thu Aug 18, 2011 6:47 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Re: Bubble-XLabel Aligning Problem

Thank you, Yeray. I took your advises and used ColorBand and dummy series. And they worked well. But after all that, I nearly forgot my original question, that is ,the aligning problem..... I noticed that you used this method: bubble.add((double) col, (double) row, 0.2, "2006-0" + (col + 7), Color.r...
by Helen
Wed Aug 17, 2011 10:19 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Re: Bubble-XLabel Aligning Problem

Yeray, thanks for pointing out my fault. And I have another question, because I want to add the background in horizontal strip form(as in previous pictures I posted). According to your advise, I have two options: 1. Using ColorBand tool, I need to set Axis to Bottom Axis, for the background strip ar...
by Helen
Wed Aug 17, 2011 3:22 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Re: Bubble-XLabel Aligning Problem

hi Yeray, thanks very much for your reply. Your code does work well. As for my case, I added background color, which may be the problem I have. I added background to your code: private static void initializechart() throws ParseException { tChart1.getAspect().setView3D(false); Bubble bubble = new Bub...
by Helen
Tue Aug 16, 2011 11:58 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Re: Bubble-XLabel Aligning Problem

As an experimet, I added only three colums of series, whose x-labels are: 2006-10, 2006-09 and 2006-08. Resulted in: 未命名图片.png In this case, I used this method to ensure there are only three x-labels: ch1.getAxes().getBottom().getLabels().setSeparation(500); Without setSeparation() method or smaller...
by Helen
Tue Aug 16, 2011 11:04 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Re: Bubble-XLabel Aligning Problem

Pls, in the above picture, the X-labels are from 2005-10 to 2006-9. And in fact, the bubble series are from 2005-11 to 2006-10. Which means that the label starts one month early than the bubble date. I tried this method: ch1.getChart().getPanel().setMarginLeft(15); and only got this: bb.png In this ...
by Helen
Tue Aug 16, 2011 10:50 am
Forum: Java
Topic: Bubble-XLabel Aligning Problem
Replies: 11
Views: 18042

Bubble-XLabel Aligning Problem

I 'm using bubble series, and the current effect is shown below, where the labels lie in the left of the bubbles. But I want the labels to be in the middle of the corresponding bubbles. I browsed the topics in the forum and didn't find any related questions. Actually, I found few question about bubb...