Page 1 of 1

I want active line on Top of all lines

Posted: Thu Mar 26, 2009 9:43 am
by 13052776
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

Posted: Thu Mar 26, 2009 10:04 am
by yeray
Hi Pradip,

You could change the series order in the series list by:

Code: Select all

tChart1.Series.Exchange(0,1);