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

Needs to remove the space of chartarea in RadChart control and display only the plot area

1 Answer 49 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Meenakshi Nagalingam
Top achievements
Rank 1
Meenakshi Nagalingam asked on 10 Jan 2013, 05:56 AM
Hi,

We have requirement to display the RadChart control with plotarea only in one of the column of a Radgrid control. when implemented this requirement,  we found that displays the empty space of chartarea, plot area. so the radchart control is not adapted to the column of a grid.
When tried to remove this empty space, (as mentioned in one of the forum, AutoLayout property set to false) it removes only the empty space of plot area. but it does not remove the empty space of chartarea (like title, xaxis, yaxis, legend) even if those visibility is set to false.

please assist to achieve this.

Regards,
Meenakshi


1 Answer, 1 is accepted

Sort by
0
MightyQuinn
Top achievements
Rank 1
answered on 11 Jan 2013, 07:28 PM
Hi Meenakshi,

It seems like you're only trying to display the Plot Area inside of your RadChart. If you go to your RadChart Properties > PlotArea > Appearance > Dimensions, you will see a Margins option. You can set these numbers to anything you'd like. Setting all 4 values to 0% will remove all of the empty area that was once occupied by the Title, Xaxis, Yaxis, and Legend fields. Hopefully this will solve your problem.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Meenakshi Nagalingam
Top achievements
Rank 1
Answers by
MightyQuinn
Top achievements
Rank 1
Share this question
or