FmxChart : how to order drawing the series

Hello,

i have a chart with 3 series :
area
line 
bar
problem : the area serie is masking the bar serie
how to order the drawing of the series ?

Thanks
fmx chart 2.10
delphi 10.2

Hi,


You can change the draw order with the following code:


TMSFMXChart1.DrawOrder := csdoBarsLast;