Example of Rounded Column in ASP.NET Core Chart Control
This sample showcases a bar chart with rounded corners, illustrating the anticipated growth rates across various sectors in 2024.
DEMO
SOURCE
In this example, you can see how to render and configure the bar chart. The bar chart is similar to the column chart, but the orientation of the y-axis is horizontal rather than vertical. You can use th You can use the ChartCornerRadius option to customize the vertical rectangle, resulting in a rounded column.
Tooltips
are enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the column series can be found in this documentation section.