Search found 8 matches

by Wheb
Mon Feb 20, 2012 4:37 pm
Forum: Java
Topic: Sample app for Teechart for Java is not getting compiled
Replies: 6
Views: 14959

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(...
by Wheb
Tue Jul 12, 2011 8:15 pm
Forum: Java
Topic: MarksStyle.PERCENT - decimal places
Replies: 1
Views: 7388

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...
by Wheb
Fri Jul 16, 2010 12:11 pm
Forum: Java
Topic: Legend width
Replies: 1
Views: 5414

Legend width

The legend of my graph is too large.
How can I reduce it?
Is there any way to break the line?
by Wheb
Tue Feb 09, 2010 12:27 pm
Forum: VCL
Topic: TAreaSeries - Draw mark label in the center
Replies: 1
Views: 4092

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!
by Wheb
Thu Dec 24, 2009 12:06 pm
Forum: Java
Topic: TeeChart Delphi and TeeChart Java
Replies: 2
Views: 6905

Re: TeeChart Delphi and TeeChart Java

Sorry, I saw that I forgot to put the code line

Code: Select all

TDBChart(Grafico).Series[i].XValues.ValueSource   := 'DT_EXAME'; 
in Delphi, so the results were different.

Tanks;
by Wheb
Wed Dec 23, 2009 7:43 pm
Forum: Java
Topic: TeeChart Delphi and TeeChart Java
Replies: 2
Views: 6905

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...
by Wheb
Tue Jul 07, 2009 1:07 pm
Forum: VCL
Topic: Restrict the shape connection areas
Replies: 1
Views: 6665

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...
by Wheb
Wed Apr 22, 2009 2:27 pm
Forum: VCL
Topic: Project exe corrupted after add TeeChart 8 and TeeTree
Replies: 1
Views: 4231

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...