I am using a scatterchart with XYdatapoints in multiple series. These series have random line colors. I can't find out where exactly the color of the line is stored in the serie's propertys. I would like to do somethign like this.
System::Drawing::Color color = ucLineChart->Series->linecolor;
Basically im color coordinating my series lines to a treeview. Thanks!
http://community.infragistics.com/forums/p/27861/105470.aspx#105470