Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
How to retrieve Series line color
posted

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!