This question is locked. New answers and comments are not allowed.
I have a couple of RadPieCharts and RadCartesianCharts, each inside it's own GridViewItem. There are some other things in the item so I put it all inside a Grid. (so: GridView -> GridViewItem -> Grid -> chart)
Problem is in higher resolutions in which I start getting more height available than the width I allow the item to take.
Now, the RadPieChart resizes and positions itself in the center of the grid leaving a lot of space on the top and bottom. If I try setting the VerticalAlignment property, it goes to the top but gets completely cut off and small. So I left it that way - in the center.
One of the GridViewItems has a RadCartesianChart inside a Grid, too. The problem is - it takes up the whole height, and it's ugly. If I try to set the maximum height, then it stays at that maximum height, but it goes on the top of the Grid. If I try setting vertical alignment, it also becomes extremely small (low height) and doesn't size well. If I try setting the fixed height and vertical alignment, it still doesn't go to the vertical center of the grid. I tried margins, vertical content alignment etc. but nothing seems to work.
It's now very ugly because the RadPieChart positioned itself in the vertical center and RadCartesianChart in the vertical top. Any advice on how to fix this?
Problem is in higher resolutions in which I start getting more height available than the width I allow the item to take.
Now, the RadPieChart resizes and positions itself in the center of the grid leaving a lot of space on the top and bottom. If I try setting the VerticalAlignment property, it goes to the top but gets completely cut off and small. So I left it that way - in the center.
One of the GridViewItems has a RadCartesianChart inside a Grid, too. The problem is - it takes up the whole height, and it's ugly. If I try to set the maximum height, then it stays at that maximum height, but it goes on the top of the Grid. If I try setting vertical alignment, it also becomes extremely small (low height) and doesn't size well. If I try setting the fixed height and vertical alignment, it still doesn't go to the vertical center of the grid. I tried margins, vertical content alignment etc. but nothing seems to work.
It's now very ugly because the RadPieChart positioned itself in the vertical center and RadCartesianChart in the vertical top. Any advice on how to fix this?