Example of Category Axis in ASP.NET MVC Chart Control
This sample shows a category axis in a chart with details about internet users across different countries.
DEMO
SOURCE
You can use the category axis to represent string values instead of numbers in the chart. To use the category axis, set ValueTypeopens in a new tab in axis to Category.
More information about the category axis can be found in this documentation sectionopens in a new tab.