Example of Vertical Charts in ASP.NET Core Chart Control
This sample illustrates a sales versus profit margin analysis using a vertical chart by changing the orientation of the x-axis to vertical and the y-axis to horizontal.
DEMO
SOURCE
In this example, you can see how to render and configure a vertical chart. Use the IsTransposed property to render the chart vertically.
More information about the vertical chart can be found in this documentation section.