TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
UserLS
- Advanced
- Posts: 247
- Joined: Wed May 23, 2007 12:00 am
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:
- 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.
- if I have line, area, or points series only, than the symbol's frame will be black.
- 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
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
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.