Bar charts and Marks
Bar charts and Marks
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
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,
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
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:
I hope will helps.
Thanks,
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;
Thanks,
Best Regards,
Sandra Pazos / 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 |