Page 1 of 1

Legend item order

Posted: Tue Nov 11, 2008 12:19 pm
by 9793833
Hi
I am drawing a chart with 14 series (points and bars). Is it possible to manually define the order of the legend so I can define the EXACT order of the series in the legend e.g. by an index?

I'm using version 2.0.3203.23272

Posted: Tue Nov 11, 2008 12:28 pm
by narcis
Hello,

In v2 you can exchange series order like this:

Code: Select all

			tChart1.Series.Exchange(series1, series2);
v3 includes LegendItems array that adds more flexibility on this area.