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
107
Different coloured data points in chart.
posted

I would like to color one data point in chart with different colour than other points. How I  can do it?

I have code like this:

                        xDataPointLayout.xNumericTimeSerie.Points[k].PE = new PaintElement(Color.Red);
                        xDataPointLayout.xNumericTimeSerie.Points[k].PE.Fill = Color.Red;

but all data point are same coloured in serie.

Is there some properties, that I should  take into account?

 

 Chart is compositechart with chartLayerAppearance.