场景在Winform中需要存储某控件的Color属性,存储的是string字符串,然后再对控件进行赋值时需要将string转换成Color。实现myPane.YAxis.Color = System.Drawing.ColorTranslator.FromHtml(yList[].Color);