Page 1 of 1

Frame color on the legend's symbols

Posted: Tue Nov 10, 2009 4:33 pm
by 14045174
I have a graph with multiple series. My Legend settings are:

Code: Select all

    Legend.Symbol.DefaultPen = true;
    Legend.LegendStyle = Auto;
So far, what I found is very strange:
  1. If I have all series as bars, than the symbol's frame will be the same color as legend's frame itself or no frame at all.
  2. if I have line, area, or points series only, than the symbol's frame will be black.
  3. if I have a mixture of bar series and other types of series, than bar's symbols will use the logic from #1 until the first non-bar series. The rest of them will be black.
If I set Legend.Symbol.DefaultPen to false, than I have no border at all until I actually go and try to change the border's color!

Re: Frame color on the legend's symbols

Posted: Fri Nov 13, 2009 9:23 am
by narcis
Hi UserLS,

Your issues are being reviewed. We will postback to this thread when more information is available.