How do I change the size (width) of a legend in the code? My legend is placed to the right of the chart.
Posted: Thu Apr 05, 2007 10:06 am
by narcis
Hi nbp,
Legend automatically accommodates to text's width and I'm afraid setting a specific width is not possible for now. The only way I can think of to achieve that is using OnGetLegendText event to add blank spaces to the text to make the legend wider.