problems with checkbox legend in compact framework
Posted: 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
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