Bar charts and Marks

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UserLS
Advanced
Posts: 247
Joined: Wed May 23, 2007 12:00 am

Bar charts and Marks

Post by UserLS » Tue Mar 08, 2011 9:35 pm

I have a few bar series on my graph, stack = Stacked or Stacked100. Horizontal axis selection on most of them is Bottom, while one or more has Both. I am showing this chart in 2D mode (3D works fine). All series are showing marks, but the problem is: the series are hiding the marks, which was not the case in previous version. Is there any way to bring the marks to front?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Bar charts and Marks

Post by Sandra » Wed Mar 09, 2011 4:05 pm

Hello UserLs,

I could reproduce your problem and I have added your request in bug list with number [TF02015440]. We will try to fix it in next maintenance releases of TeeChart.Net.

Thanks,

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Bar charts and Marks

Post by Sandra » Mon Mar 14, 2011 1:02 pm

Hello UserLs,

I have inform you that the bug with number (TF02015440) is not a bug. In latest maintenance releases, we have added the property of Marks OnTop which gets or sets a value which determines if Series Marks are always drawn on top of all other Series in the Chart. Please, could you check it solve your problem with Marks? You can use property as do in next lines of code:

Code: Select all

   bar1.Marks.OnTop = true;
            bar2.Marks.OnTop = true;
            bar3.Marks.OnTop = true;
            bar4.Marks.OnTop = true;
I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / 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