Bar Series: First bar not showing up

TeeChart for ActiveX, COM and ASP
Post Reply
psahay
Newbie
Newbie
Posts: 8
Joined: Tue Nov 18, 2003 5:00 am

Bar Series: First bar not showing up

Post by psahay » Tue Jul 11, 2006 8:21 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jul 12, 2006 7:34 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply