I have a pie chart (see this thread for how I'm implementing it http://www.telerik.com/community/forums/thread/b311D-bcdmbm.aspx). Anyway, I want to set the TOTAL size of the image to something like 600x400 but have the pie chart a little smaller because I want to show the legend without having the legend superimpose over the chart.
I have no idea how to accomplish something like this, everytime I try to resize the chart (using RadChart.Width = Unit.Pixel(600); and RadChart.Height = Unit.Pixel(400); it automatically scales the chart with it (as well as all the labels and stuff).
Can I manually set the chart and label sizes and then introduce my legend so I know what the heck I'm looking at?
I have no idea how to accomplish something like this, everytime I try to resize the chart (using RadChart.Width = Unit.Pixel(600); and RadChart.Height = Unit.Pixel(400); it automatically scales the chart with it (as well as all the labels and stuff).
Can I manually set the chart and label sizes and then introduce my legend so I know what the heck I'm looking at?