Top-Align Chart

I'm trying to consume a donut chart that effectively has no whitespace. I want to be able to align the chart alongside another div, but I don't see any way to do this given how Radzen renders the donut chart with an SVG of height 300.

I can't deterministically state the height of the div on the left hand side, but basically my question relates to, how do I eliminate the whitespace above and below a donut chart?

If that is not possible, what is my best option here to top-align the chart within the whitespace?

You can use the Y property of the DonutSeries to change the default location of the center.