Hello,
I have a AreaChart with Legend showing. I do not understand why whenever I set the ColorModel.ApplyRowWise to false. The legend item caption gets changed to the same as X axis. I have enabled SwapRowandColumn to true. I do not understand how changing the ColorModel.ApplyRowWise could affect the text in the legend. Any idea?
Thanks!
You need to set also and the ModelStyle to CustomSkin:
this.ultraChart1.ColorModel.ModelStyle = ColorModels.CustomSkin;
this.ultraChart1.ColorModel.Skin.ApplyRowWise = true;