How to force Marks to display over series
Posted: Wed Jul 22, 2009 10:15 am
Hi,
I'm using teechart 7.04.
My series are THorizBarSeries, with property :
Changing option Chart.View3D make that marks disapears behind series.
Example :
with view3D := true :
with view3D := false :
I try this trick before draw :
but it won't work.
I 've probably missed a property, can you please help me.
Regards
I'm using teechart 7.04.
My series are THorizBarSeries, with property :
Code: Select all
MultiBar := mbStacked
Example :
with view3D := true :
with view3D := false :
I try this trick before draw :
Code: Select all
Serie.Marks.ZPosition := Chart.MaxZOrder +1;
I 've probably missed a property, can you please help me.
Regards