Hi,
The first bar in my bar series is not showing when I've more than about 2000 data points in my graph. The following properties are set:
m_tChart.Series(0).GetAsBar().SetAutoBarSize(TRUE);
m_tChart.Series(0).GetAsBar().GetBarPen().SetVisible(FALSE);
m_tChart.Series(0).GetAsBar().SetBarWidth(0);
m_tChart.Series(0).GetAsBar().SetBarWidthPercent(100);
Is it a known bug? When I zoom-in, sometimes it shows up at some zoom levels.
Regards,
Pratyush.
Bar Series: First bar not showing up
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Pratyush,
I'm not able to reproduce the problem here using your code and a bar series with 2000 points. I'm using TeeChart Pro v7.0.0.8 ActiveX which is the latest version available at our Customer Download Area.
Which TeeChart version are you using? Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
I'm not able to reproduce the problem here using your code and a bar series with 2000 points. I'm using TeeChart Pro v7.0.0.8 ActiveX which is the latest version available at our Customer Download Area.
Which TeeChart version are you using? Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
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 |