Show Bars behind each other
Posted: Thu Nov 18, 2010 9:25 am
Hello
I have a TChart with two Bar-Series. I add the Series Values with bar1.Add(XValue, YValue);
If I have the same xVaue on bar1 and on bar2, it shows the two bars next to each other.
How can I paint the bar2 in front of the bar1 ?? (bar1 has Width = 20 and bar2 has Width = 10, so still both bars ar visible)
I guess it's quite easy, but unfortunally I don't find it out...
Thanks for your help!!
Eric
I have a TChart with two Bar-Series. I add the Series Values with bar1.Add(XValue, YValue);
If I have the same xVaue on bar1 and on bar2, it shows the two bars next to each other.
How can I paint the bar2 in front of the bar1 ?? (bar1 has Width = 20 and bar2 has Width = 10, so still both bars ar visible)
I guess it's quite easy, but unfortunally I don't find it out...
Thanks for your help!!
Eric