Page 1 of 1

Use of LegendPalette

Posted: Thu Oct 18, 2007 6:54 am
by 13046157
Hi,

I am plotting 3D points on a chart, and I want to colour them based on age (so colour becomes a kind of 4th dimension).

I then want to use a LegendPalette (or similar) to give the viewer an idea what each colour represents.

Can you suggest how best to go about doing this?

Thanks,

Courteous

Posted: Thu Oct 18, 2007 8:57 am
by narcis
Hi Courteous,

Yes, I recommend you doing something as in the examples I posted here and then add a LegendPalette tool doing this:

Code: Select all

			Steema.TeeChart.Tools.LegendPalette legendPalette1 = new Steema.TeeChart.Tools.LegendPalette(tChart1.Chart);
			legendPalette1.Series = colorGrid1;
Hope this helps!