problems with checkbox legend in compact framework

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
BlueMonkey
Newbie
Newbie
Posts: 34
Joined: Tue Nov 04, 2008 12:00 am

problems with checkbox legend in compact framework

Post by BlueMonkey » Wed Mar 11, 2009 10:19 pm

I am using the compact framework for deployment to Windows Mobile.

I enabled the checkbox legend as follows:

tChart1.Legend.CheckBoxes = true;

The legend does enable/disable individual data series, but there is no visible checkbox or indicator. This makes it difficult to know which series are enabled/disabled.

Also, when the pen color is black for a line series in 2D or 3D, no indicator appears in the legend to indicate which legend entry goes with the black series.

lineSeries.LinePen.Color = Color.Black;
tChart1.Color = Color.Black;

Thanks,
Kent

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Mar 12, 2009 3:25 pm

Hi BlueMonkey,

Yes, the problem with checkboxes is a known bug (TF02010596) that we will try to solve as soon as possible. I've incremented its priority.

You are right again. It seems that changing the color or the pen of a series, the symbol disappears from the legend. I've add this bug to the wish list too (TC26013964).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply