This is a migrated thread and some comments may be shown as answers.

Larger Charts within control

2 Answers 61 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Urs
Top achievements
Rank 1
Urs asked on 12 Apr 2013, 07:51 AM
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

Sort by
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
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
0
Urs
Top achievements
Rank 1
answered on 12 Apr 2013, 03:06 PM
Thanks for the quick answer, Yes, that does the Job.
Tags
ChartView
Asked by
Urs
Top achievements
Rank 1
Answers by
Jack
Telerik team
Urs
Top achievements
Rank 1
Share this question
or