Legend not auto sized

Hi,
V4.4.0.51 & VS2003
in my attached sample ChartTableSample_2003.sln.

The legend is not auto-sized to display full text. It always hide the last 3 letters. I add customized VisibleCheckBox to the legend. It looks like the legend is not auto-resized to increase its size by adding VisibleCheckBox size.
How can I fix that?

Thanks

Lan

ControlHost.zip

2 Replies

RR Ramya R Syncfusion Team March 14, 2007 03:08 AM UTC

Hi Lan,

I was able to visualize the condition that you have mentioned here.

You can overcome this condition by leaving some space after the Text to be displayed and by giving a unused variable(variable not be dispalyed) before the end of double quotes as shown in the code snippet below,

ChartSeries series = TargetChart.Model.NewSeries("1. Furnace Chart _", ChartSeriesType.Line);

Let me know whether this helps you.

Thanks & Regards,
Ramya.


AD Administrator Syncfusion Team March 15, 2007 01:08 PM UTC

Hi Ramya,
Thanks for help. I can use your method to get around this problem.

Lan

Loader.
Up arrow icon