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

Too much space between chart title and chart area

3 Answers 361 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 06 May 2016, 09:04 PM
There is a huge amount of space between the title of my charts and the actual data. Also if I have no title there is a similarly huge amount of space above the chart. How can I control this spacing? I looked at every margin and padding setting I could find but nothing seemed to be set or do anything.

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 09 May 2016, 01:59 PM
Hello Steve,

Thank you for writing.

In order to remove the redundant space, you can specify the RadChartView.ChartElement.View.Margin property:
this.radChartView1.Title = "My title";
this.radChartView1.ShowTitle = true;
this.radChartView1.ChartElement.View.Margin = new Padding(0);

I hope this information helps. Should you have further questions I would be glad to help.

  Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Steve
Top achievements
Rank 1
answered on 09 May 2016, 02:05 PM
It would be nice if you guys actually had useful documentation.
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 10 May 2016, 08:29 AM
Hello Steve,

Thank you for writing back. 

We are constantly improving our online documentation in order to add as much useful information as possible. Besides the documentation, we provide other resources like Knowledge Base, Code Library, forum, etc.
However, feel free to submit a support ticket or a forum post every time you experience any difficulties regarding your requirements. We will do our best to assist you.

If you have any additional questions, please let me know.

Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
ChartView
Asked by
Steve
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Steve
Top achievements
Rank 1
Share this question
or