Search found 8 matches
- Mon Feb 20, 2012 4:37 pm
- Forum: Java
- Topic: Sample app for Teechart for Java is not getting compiled
- Replies: 6
- Views: 16842
Re: Sample app for Teechart for Java is not getting compiled
Hello, I´m using the teechart component within my applications, and i´m experiencing some sort of problems. Maybe the problems are being caused by my own applications, but the point is, when i choose to resize the application window, the border that i´ve draw on the line with the command getOutLine(...
- Tue Jul 12, 2011 8:15 pm
- Forum: Java
- Topic: MarksStyle.PERCENT - decimal places
- Replies: 1
- Views: 8285
MarksStyle.PERCENT - decimal places
I want display marks with MarksStyle.PERCENT and I implemented this code: com.steema.teechart.TChart t = new com.steema.teechart.TChart(); getContentPane().add(t, BorderLayout.CENTER); com.steema.teechart.styles.HorizBar b = new com.steema.teechart.styles.HorizBar(); t.addSeries(b); b.add(35); b.add...
- Fri Jul 16, 2010 12:11 pm
- Forum: Java
- Topic: Legend width
- Replies: 1
- Views: 5838
Legend width
The legend of my graph is too large.
How can I reduce it?
Is there any way to break the line?
How can I reduce it?
Is there any way to break the line?
- Tue Feb 09, 2010 12:27 pm
- Forum: VCL
- Topic: TAreaSeries - Draw mark label in the center
- Replies: 1
- Views: 4349
TAreaSeries - Draw mark label in the center
Hi!
Its possible to draw a mark label in the middle of a TAreaSeries graph (with Stairs option ON)?
Actually, I have two marks.. one in the start, other in the end of each collumn... I want only one, in the center.
Thanks!
Its possible to draw a mark label in the middle of a TAreaSeries graph (with Stairs option ON)?
Actually, I have two marks.. one in the start, other in the end of each collumn... I want only one, in the center.
Thanks!
- Thu Dec 24, 2009 12:06 pm
- Forum: Java
- Topic: TeeChart Delphi and TeeChart Java
- Replies: 2
- Views: 7464
Re: TeeChart Delphi and TeeChart Java
Sorry, I saw that I forgot to put the code line
in Delphi, so the results were different.
Tanks;
Code: Select all
TDBChart(Grafico).Series[i].XValues.ValueSource := 'DT_EXAME';
Tanks;
- Wed Dec 23, 2009 7:43 pm
- Forum: Java
- Topic: TeeChart Delphi and TeeChart Java
- Replies: 2
- Views: 7464
TeeChart Delphi and TeeChart Java
In Delphi I insert the values: Query:= TQuery.Create(Self); Query.Tag := 1000; Query.DatabaseName := Protocolo_Receita_q.DatabaseName; Query.SQL.Add(' select trunc(dt_exame) dt_exame, ' + ' sum(vl_exame) vl_exame ' + ' from med_result_exame ' + ' where nr_seq_exame = ' + Med_Resultado_Exame_q.FieldB...
- Tue Jul 07, 2009 1:07 pm
- Forum: VCL
- Topic: Restrict the shape connection areas
- Replies: 1
- Views: 8038
Restrict the shape connection areas
Hi guys, 1- I have a need that is dificult to explain. But i'll try. When connecting squares, it should not allow connections between the square's corners. The TeeEditor component must only allow to connect at the middle of a square's side (when I move the connection point at this position, I have a...
- Wed Apr 22, 2009 2:27 pm
- Forum: VCL
- Topic: Project exe corrupted after add TeeChart 8 and TeeTree
- Replies: 1
- Views: 4457
Project exe corrupted after add TeeChart 8 and TeeTree
Hi, I have a big project made with Delphi 6. The 'exe' file size is 47 MB now. After migrating from TeeChart v5 to TeeChart v8, my clients who have Windows 98 cann't run my software anymore.... FILE CORRUPTED error. Investigating, I found that is a system resources limitation in Win98.... and a work...