Frame color on the legend's symbols

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UserLS
Advanced
Posts: 247
Joined: Wed May 23, 2007 12:00 am

Frame color on the legend's symbols

Post by UserLS » Tue Nov 10, 2009 4:33 pm

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!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Frame color on the legend's symbols

Post by Narcís » Fri Nov 13, 2009 9:23 am

Hi UserLS,

Your issues are being reviewed. We will postback to this thread when more information is available.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply