I'm looking for a way for a better usage of the real estate within WinForms ChartView controls, couldn't figure out how to reduce the white areas around the charts. Any hints on how to trigger this? Thanks.
2 Answers, 1 is accepted
0
Jack
Telerik team
answered on 12 Apr 2013, 01:39 PM
Hi Urs,
By default there is a 40 px margin set to ChartView element. You can play with the margin value to achieve the desired look. Here is a sample:
radChartView1.View.Margin = new Padding(0);
I hope it helps.
Kind regards,
Jack
the Telerik team