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

RadChartView only half visible

1 Answer 83 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 13 Nov 2015, 10:30 AM

Hi all, I've attached a png of my issue. The shart is inside a table cell, as you can see only half of the chart is visible, no idea why this is?

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 16 Nov 2015, 10:40 AM
Hello Sean,

Thank you for writing.

The chart has default margin and minimum size. The following snippet shows how you can change the default values:
radChartView1.View.Margin = new Padding(2);
radChartView1.View.MinSize = new SizeF(2, 2);

Please let me know if there is something else I can help you with. 

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ChartView
Asked by
Sean
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or