Bars overlap legend and chart title during resize
Posted: Sat May 13, 2006 11:58 am
Hello,
I added a chart control to the form (WinForms, C#)
chart.size=(400,400)
legend.alignment = Top
legend.ResizeChart = true
I added one horizontal bar serier with sample date and started decreasing chart height. When height became less then 60 the bars overlaped the legend and chart title.
How can I avoid it?
Thanks.
I added a chart control to the form (WinForms, C#)
chart.size=(400,400)
legend.alignment = Top
legend.ResizeChart = true
I added one horizontal bar serier with sample date and started decreasing chart height. When height became less then 60 the bars overlaped the legend and chart title.
How can I avoid it?
Thanks.