HI,
I had drawn few lines on Tchart.
few of them are same as the other .
so the second line hides the previos line if the data is same.
i want the first line to be shown on top of all the lines. so that if i apply color changes to the line should be diplyed on the graph.
for E.g
Line 1.
Line 2.
Line 3.
Has same data. when i want to change color of line 1. the color changes but as the line is hidden by overdrawing Line 1 and line 2. the color changes on line 1 are not visible.
wating for your replied
I want active line on Top of all lines
Hi Pradip,
You could change the series order in the series list by:
You could change the series order in the series list by:
Code: Select all
tChart1.Series.Exchange(0,1);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |