Search found 12 matches

by Timo
Tue Mar 29, 2011 10:35 am
Forum: VCL
Topic: TeeChart v8.08 VCL maintenance release available
Replies: 2
Views: 4903

Re: TeeChart v8.08 VCL maintenance release available

Hi guys,

TeeRecompile.exe looks for the Teexyz815.dpk files, but can't find them since they're not there. Copying and renaming the 814.dpk files helps - yet this is not the way it's supposed to be, is it?

Regards,
Michael W.
PE INTERNATIONAL AG
by Timo
Tue Aug 24, 2010 10:14 am
Forum: VCL
Topic: Border of stacked bars
Replies: 2
Views: 4613

Re: Border of stacked bars

Thanks!
by Timo
Mon Aug 23, 2010 4:11 pm
Forum: VCL
Topic: Border of stacked bars
Replies: 2
Views: 4613

Border of stacked bars

Hi,

I found a small bug. The border of a stacked bar is displayed in the color of the series if the value is 0. That is a bit confusing.

I'm using 8.06.

Cheers,
Timo
by Timo
Wed Nov 18, 2009 2:40 pm
Forum: VCL
Topic: TeeChart 8.04 Compiler Warnings in Delphi 2009
Replies: 5
Views: 8631

Re: TeeChart 8.04 Compiler Warnings in Delphi 2009

Hi, I also see many compiler warnings with TeeChart 8.06 and Delphi 2010. It would be great if they can be removed... I hardly see my own warnings among all these. Thank you [DCC Warnung] TeEngine.pas(8061): W1057 Implizite String-Umwandlung von 'AnsiString' zu 'string' [DCC Warnung] TeeChartGrid.pa...
by Timo
Fri Aug 24, 2007 11:26 am
Forum: VCL
Topic: Runtime Editor Help
Replies: 1
Views: 3837

Runtime Editor Help

Hi,

i can't get the runtime Editor Help to work.
I get the message "Topic not found (129)".
I set the path to the TeeUser8.hlp in the registry.

Is there something i missed?
I use V. 8.01 Pro with D2007

Regards,
Timo
by Timo
Tue Aug 21, 2007 9:28 am
Forum: VCL
Topic: Serious bug in 3d stacked bar charts
Replies: 9
Views: 14779

Hi,

seems like this bug is still alive in Version 8.01. Is there any known workaround? (hard to believe this cannot be solved in 3 years).

Regards,
Timo
by Timo
Fri Aug 17, 2007 7:24 am
Forum: VCL
Topic: Left Axis scales problem with very small values (10e-14)
Replies: 3
Views: 6872

Create a new Project with a Chart and use the following oncreate: procedure TForm3.FormCreate(Sender: TObject); begin chart1.AddSeries( TBarSeries.Create( chart1 ) ); chart1.AddSeries( TBarSeries.Create( chart1 ) ); chart1.AddSeries( TBarSeries.Create( chart1 ) ); chart1[0].AddXY( 1, 1*power(10,-14)...
by Timo
Thu Aug 16, 2007 2:42 pm
Forum: VCL
Topic: Left Axis scales problem with very small values (10e-14)
Replies: 3
Views: 6872

Left Axis scales problem with very small values (10e-14)

Hi,

I have a problem with the scales of the left axis in a Barchart when the values are very small (here below 1,0*10e-14).

There isn't displayed any scale. It also doesn't help to chose a very small increment (like 1,0*10e-14).

What can i do?

Regards,
Timo
by Timo
Tue Jul 24, 2007 7:07 am
Forum: VCL
Topic: Loading TRadarSeries from file
Replies: 3
Views: 6287

Thanks for your reply. Sorry, i didn't describe the problem exact enough. Try this: procedure TForm2.FormCreate(Sender: TObject); var I: Integer; begin chart1.AddSeries(TBarSeries.Create(chart1)); chart1.AddSeries(TBarSeries.Create(chart1)); chart1.AddSeries(TBarSeries.Create(chart1)); chart1[0].Fil...
by Timo
Fri Jul 20, 2007 8:33 am
Forum: VCL
Topic: Loading TRadarSeries from file
Replies: 3
Views: 6287

Loading TRadarSeries from file

Hi, when i load a chart with some TRadarSeries by LoadCartfromFile, the color of the areas disappears. It just disappears in the chart, when i open the editor it's still set. I can't get the color of the series back in the chart, it's gone, even if i change the seriestype. Regards, Timo BTW: Is this...
by Timo
Tue Jul 17, 2007 9:00 am
Forum: VCL
Topic: Loading template from tee-File
Replies: 3
Views: 6587

Thank you for the reply!

CloneChartSeries helped me.
by Timo
Mon Jul 16, 2007 2:22 pm
Forum: VCL
Topic: Loading template from tee-File
Replies: 3
Views: 6587

Loading template from tee-File

Hi, i want to load a saved template (LoadchartfromFile) and use it for a chart with values that differ from the values of the chart the template was safed from. The loading works fine, but the number of series is fixed (here at 2 Series). I might have more or less then 2 series in the chart i want t...