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
problems with checkbox legend in compact framework
-
- Newbie
- Posts: 34
- Joined: Tue Nov 04, 2008 12:00 am
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).
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |