Page 1 of 1

problems with checkbox legend in compact framework

Posted: Wed Mar 11, 2009 10:19 pm
by 10050727
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

Posted: Thu Mar 12, 2009 3:25 pm
by yeray
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).