Search found 7 matches

by JT
Fri Sep 21, 2007 10:49 pm
Forum: Java
Topic: Real-time charting?
Replies: 1
Views: 6930

I just figured it out:

tChart.refreshControl();
by JT
Fri Sep 21, 2007 5:36 pm
Forum: Java
Topic: Real-time charting?
Replies: 1
Views: 6930

Real-time charting?

Hello Steema Team, I have one question that I wasn't able to figure out so far: I use JBuilder 7 as an IDE. I have a Teechart in my visual class showing a time series. Once the simulation is finished TChart plots the time series and everything works well. However, I want to see real-time how the tim...
by JT
Mon Sep 10, 2007 10:44 pm
Forum: Java
Topic: TChart not working in JBuilder7
Replies: 6
Views: 17559

Thanks! Tom, you saved my life (-;
by JT
Fri Sep 07, 2007 11:55 am
Forum: Java
Topic: TChart not working in JBuilder7
Replies: 6
Views: 17559

Hi, please note this addition to my last reply: JBuilder finds import com.steema.teechart.TChart; it was just outside the program folder (when I remove it, Tchart will disappear from the form where i pasted it). So, according to this JBuilder should be able to the read eg the Series class or other s...
by JT
Thu Sep 06, 2007 7:11 pm
Forum: Java
Topic: TChart not working in JBuilder7
Replies: 6
Views: 17559

Hi, First of all thanks for your quick reply. I checked under project properties>>Bean InfoPath>>Bean Infoclasses and Java BuildPath>>Libraries and in both cases the TeeChart.Swing.jar is listed. By the way, is this the correct file? However, I could not find "com.steema.teechart.Tchart.jar" in any ...
by JT
Wed Sep 05, 2007 7:21 pm
Forum: Java
Topic: TChart not working in JBuilder7
Replies: 6
Views: 17559

TChart not working in JBuilder7

I have the following problem with TeeChart and JBuilder7: If I paste the following example code (eg from the Intro in the tutorial) Series bar = new Bar(tChart1.getChart()); tChart1.getAxes().getBottom().setIncrement(1); bar.add(400, "pears", Color.Green); bar.add(500, "apples", Color.Red); bar.add(...
by JT
Tue Sep 04, 2007 1:50 pm
Forum: Java
Topic: TeeChart Installation for JBuilder 2007
Replies: 2
Views: 8856

TeeChart Installation for JBuilder 2007

Hello,

I've purchased TeeChart v1 for Java and would like to add it to the palette in the visual editor of JBuilder 2007. I've tried all hints/infos that are currently available in the Java forum. Nothing worked out so far. Please give me advice.

Thanks for your time,
Joerg