I am wondering if there is a way to adjust the orientation of the RadzenChart so that the Categories could be on the Y-Axis and the values could be on the X-Axis?
The business case is to display metrics over the course of a 16-hour work day. Displaying the time series (category) on the Y-Axis would greatly improve readability on cell phones.
Here's an image of the graph using the current behaviour:
I have tried to accomplish this task manually by swapping the Category and Value properties, but the underlying data creates an graph that just doesn't work...
You can try with css transform: rotate(90deg) but I am not sure the result would be the desired one - the text will also rotate and would become unreadable.
I still believe an "Orientation" setting on RadzenChart would be ideal, but since that doesn't exist I'll investigate both CSS Transform and applying a mathematical transformation to the data set.