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
710
ColorModel.ApplyRowWise
posted

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!

  • 17605
    posted

    You need to set also and the ModelStyle to CustomSkin:

    this.ultraChart1.ColorModel.ModelStyle = ColorModels.CustomSkin;

    this.ultraChart1.ColorModel.Skin.ApplyRowWise = true;