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
20
Change the color line in ColumnLineChart
posted

 Hello,

 how can I change the color line in a ColumnLineChart? I draw some Columns and add the colors as

ColorModel.CustomPalette = New Color() {Color.FromArgb(51, 135, 102), Color.FromArgb(0, 0, 128), Color.FromArgb(0, 0, 255), Color.FromArgb(255, 153, 128), Color.FromArgb(128, 128, 128), Color.FromArgb(200, 200, 200)}

 My Problem is that the line gets always the  1. color from the CustomPalette. I would like to change the line color to black whithout using another Layer, but I can't find the way for that.

 Thanks for any help!