I realize this is a wierd question but I have a chart where if the data is < a certain number I change the color to red, otherwise green. I'm using the ChartDrawItem method to do this. The problem is, the green does not match the "default" green in the CustomLinear color model. Can someone tell me what value to use to get the default green, like in the image below?
Thanks!
You can try finding these colors in:
Color[] colors = this.UltraChart1.ColorModel.CustomPalette;
Thank you for your answer. That got the color back to the default, and it's close enough now. It still seems to be a little off compared to the stock colors. I've been playing with the opacity and gradientstyle and haven't been able to get it exact yet, but like I said, it's pretty close now.