I have been implementing code to export the data points that are currently being viewed (are visible).
I am using the properties Series1.VisibleCount, and Series1.FirstdisplayedIndex to determine which points get exported.
It works fine when exporting, until I start zooming-in. When I zoom-in Series1.VisibleCount constantly appears to think that there is one more additional point visible than is actually.
Problem with the VisibleCount property
-
- Newbie
- Posts: 8
- Joined: Fri Oct 01, 2004 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Sigurdur,
Yes, this is a known problem which has already been fixed in TeeChart Pro v8 VCL which has been released today.
In v7, the only workaround available is using VisibleCount-1.
Yes, this is a known problem which has already been fixed in TeeChart Pro v8 VCL which has been released today.
In v7, the only workaround available is using VisibleCount-1.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 8
- Joined: Fri Oct 01, 2004 4:00 am
Hi,
yes, you can check the TeeChartVersion constant :
yes, you can check the TeeChartVersion constant :
Code: Select all
uses TeeConst;
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
showmessage(TeeChartVersion);
end;
Pep Jorge
http://support.steema.com
http://support.steema.com