Search found 9527 matches

by Yeray
Wed Apr 02, 2008 8:29 am
Forum: ActiveX
Topic: Wrong Self-stacked Bar?
Replies: 5
Views: 10387

Hi Alex,

Now we understood what demo were you looking at and we could see the bug. I've added it to the wish list (TV52012936) to be fixed in further releases.
by Yeray
Tue Apr 01, 2008 8:00 am
Forum: ActiveX
Topic: Wrong Self-stacked Bar?
Replies: 5
Views: 10387

Hi Alex, We've tested both v7.0.1.4 and v7.0.0.6 and we could see no difference between them. Note that we have one series with three points, not three series with one point. And setting MultiBar to mbSelfStack, we force the bar series to draw one point above the other. Also note that in this demo t...
by Yeray
Mon Mar 31, 2008 10:17 am
Forum: VCL
Topic: Google finance graph
Replies: 2
Views: 6666

Hi Bruce, Don't panic! It's possible to do the same with teechart. I've modified the example that Narcis made here and I think that the following code achieves what you suggested: var xval: Double; // global variable function TForm1.InterpolateLineSeries(Series: TChartSeries; FirstIndex, LastIndex: ...
by Yeray
Mon Mar 31, 2008 9:06 am
Forum: VCL
Topic: Is a stacked barchart with z-order possible?
Replies: 5
Views: 7291

Hi Claes, We are not sure of what exactly are you trying to achieve. If you simply want some series stacked and some not stacked, you should set stack groups and multibar as stacked. For example: Series1.FillSampleValues(); Series1.StackGroup := 1; Series2.FillSampleValues(); Series2.StackGroup := 2...
by Yeray
Fri Mar 28, 2008 10:10 am
Forum: VCL
Topic: Relating point clicked and axis
Replies: 7
Views: 9167

Hi dpatch, Yes, this is a known bug (TV52012634) in the wish list to be fixed as soon as possible. And note that this can be reproduced the simple code: procedure TForm1.FormCreate(Sender: TObject); var x,z: Integer; begin for x:=0 to 5 do for z:=0 to 3 do begin Series1.AddXYZ(x,random,z); end; end;
by Yeray
Thu Mar 27, 2008 11:16 am
Forum: VCL
Topic: TeeChart V7 on 64 bit Windows XP
Replies: 2
Views: 4465

Hi joschi,

By the while, we have no constancy of any problem with TeeChart v7 in 64 bits. It should work fine.

Please, try using provided tool TeeInstall.exe

If doesn't solve your problem, could you tell us the exact environment you are trying to use to test it here? (delphi version)
by Yeray
Mon Mar 17, 2008 10:48 am
Forum: VCL
Topic: Change cursor in MouseDown Event ?
Replies: 5
Views: 10796

Hi Dominik,

Then you found a good solution for this. I tested it and looks nice!
However, if we find another solution, we'll tell you.
by Yeray
Mon Mar 17, 2008 10:41 am
Forum: VCL
Topic: Spacing BottomAxis Labels
Replies: 4
Views: 7893

Hi Tony,

I forgot to tell you that you can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
by Yeray
Mon Mar 17, 2008 10:31 am
Forum: VCL
Topic: Spacing BottomAxis Labels
Replies: 4
Views: 7893

Hi Tony,

We are not sure to understand what are you exactly trying to achieve. Could you please show it in a picture?

Thanks in advance
by Yeray
Thu Mar 13, 2008 11:50 am
Forum: VCL
Topic: Teechart 8 Pro and IntraWeb?
Replies: 12
Views: 17076

Hi Claes,

I've just sent the files I prepared for another customer asking for something similar. Note that they are prepared for BDS 2006, so I recommend you to edit the files and change the paths to your environment.
by Yeray
Thu Mar 13, 2008 11:40 am
Forum: ActiveX
Topic: annotation behaving in zoomed chart
Replies: 3
Views: 5177

Hi adenin,

I've been able to reproduce it and added to the wish list to be fixed in further releases (TV52012903).

It seems that having a bar series with BarWidthPercent different from default, after zooming, clicked method doesn't work fine.
by Yeray
Thu Mar 13, 2008 9:16 am
Forum: VCL
Topic: TeeChart QRChart component in Delphi 2007 not installed
Replies: 20
Views: 29554

Hi Nick, First of all, I'd like to apologize because the causing of the access violation seems to be that the provided QRTee.pas with the installer is obsolete. So, you probably didn't do anything wrong; it was just our fault. Of course, it's easier having the packages installed from delphi's (or ra...
by Yeray
Wed Mar 12, 2008 11:03 am
Forum: VCL
Topic: TeeChart QRChart component in Delphi 2007 not installed
Replies: 20
Views: 29554

Hi Nick, I've been able to compile and run TQR in a similar environment to yours. ickReport Std, then TeeChart v8. Finally I've built the TQR packages changing some files at requires list. Then I've closed Delphi, moved the files to appropriate places, and installed TQR when reopened Delphi 2007. I'...
by Yeray
Tue Mar 11, 2008 10:21 am
Forum: VCL
Topic: tQRChart in delphi 2007 TeeChart v8 and Quickreport v4
Replies: 8
Views: 12800

Hi Claus, I've just tested again the files I sent to you and they worked fine here. Here's what I've done: -Uninstall QuickReport -Uninstall TeeChart -Clean residual files and folders. (You can do it by searching "tee", "quick" and "qr" at system32 and rad studio directories and removing previous in...
by Yeray
Mon Mar 10, 2008 10:15 am
Forum: VCL
Topic: TeeChart QRChart component in Delphi 2007 not installed
Replies: 20
Views: 29554

Hi Nick, Then I'll try to reproduce a similar environment to yours and try to build the packages. Maybe you have another configuration in delphi 2007 that is causing some conflict because you shouldn't have more problems installing TQR. It should work for any version of QuickReport. But I demand you...