Marks on Stacked Bar Chart Do Not Show

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

Re: Marks on Stacked Bar Chart Do Not Show

Post by qcrnd » Tue Jun 08, 2010 11:23 am

Hey Narcís,
I have found a scenario where I'm having a bit of a problem.
When the data is like this:

A B
C 1 0
D 0 1

Then for B series I get two positions (series.Marks.positions.count = 2) while when getting the actual position I get null for the mark with the zero value, I managed to workaround the nulls, however in some cases the Chart.Draw() throws null pointer exception when run.

Do you have any idea how to workaround this problem?

Thanks
Elad

qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

Re: Marks on Stacked Bar Chart Do Not Show

Post by qcrnd » Tue Jun 08, 2010 2:35 pm

Hey Narcís,
I managed to fix this on our side, this just an FYI for you

Thanks
Elad

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Marks on Stacked Bar Chart Do Not Show

Post by Yeray » Tue Jun 08, 2010 3:41 pm

Hi Elad,

Thanks for informing!
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply