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
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