Search found 18 matches

by mts
Fri Jul 22, 2011 7:51 pm
Forum: Java
Topic: Custom drawing getting painted over
Replies: 2
Views: 8004

Re: Custom drawing getting painted over

I still cannot get it to work, though your example works fine. I was able to draw lines on the chart, but when I try to draw labels in the margins it doesn't refresh right, not sure why. Instead I just placed JLabels at the top of my chart to display the information I needed.
by mts
Fri Jul 22, 2011 7:49 pm
Forum: Java
Topic: How to change chart empty space margins
Replies: 3
Views: 10990

How to change chart empty space margins

I'm making a chart that plots n number of series, and each series has it's own custom axis. I would like to display all axes left of the chart area. The problem is, by the time I get to the third axis I've run out of room. I need to know how to increase the margin between the left of the component's...
by mts
Tue May 10, 2011 7:49 pm
Forum: Java
Topic: Custom drawing getting painted over
Replies: 2
Views: 8004

Custom drawing getting painted over

I'm using TeeCharts for Java with eclipse. I need to draw some custom labels on my chart. I implemented the chart paint listener chart painted method which is supposed to let me draw after my chart has been painted, but it is not working. If I set a breakpoint in the listener it does hit it, and I c...