Search found 4 matches

by Ilan
Fri Sep 05, 2008 12:37 pm
Forum: Java
Topic: calcXPosValue() always returns 0
Replies: 5
Views: 9277

Thanks again Narcis Here is my entire class. You will not be able to run it "as-is" unfortunately because it connects to a database to retrieve the price data and there are some other custom packages that it uses. I don't know if you will find this useful, but it is as it created the image. You will...
by Ilan
Fri Sep 05, 2008 8:29 am
Forum: Java
Topic: calcXPosValue() always returns 0
Replies: 5
Views: 9277

Dear Narcís Thank you for the suggestion, however my problem is that I need to put text next to each of the five green horizontal lines in this graph: http://216.55.137.169/chart.png I draw hundred of these charts dynamically, so I need to be able to call some method will reveal the appropriate x an...
by Ilan
Thu Sep 04, 2008 1:58 pm
Forum: Java
Topic: calcXPosValue() always returns 0
Replies: 5
Views: 9277

calcXPosValue() always returns 0

I am drawing a chart with multiple lines on it, so now I want to add some custom text next to a line. In order to get the correct position of the text, I have tried the following: chart.getAxes().getLeft().calcXPosValue(idx_timeD) candleSeries.calcXPos(idx_timeD) line.calcXPos(idx_timeD) .. where id...
by Ilan
Wed Oct 19, 2005 10:26 am
Forum: VCL
Topic: Series not showing
Replies: 1
Views: 3099

Series not showing

Hello, I have installed TeeChart 6. I am trying to display a pie graph but nothing shows. I try a bar graph but nothing shows either. what could be wrong? I recall there was an issue when installing TeeChart 6 and not removing the standard version that comes with C++Builder. Any recommendations? Ilan