Page 1 of 1

Bar charts and Marks

Posted: Tue Mar 08, 2011 9:35 pm
by 14045174
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?

Re: Bar charts and Marks

Posted: Wed Mar 09, 2011 4:05 pm
by 10050769
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,

Re: Bar charts and Marks

Posted: Mon Mar 14, 2011 1:02 pm
by 10050769
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,