Example of DateTime Category Axis in ASP.NET MVC Chart Control
This sample shows the date-time category axis with sample data about the sales of a product on different business days.
DEMO
SOURCE
The date-time category axis is used to display date-time values with nonlinear intervals. For example, business days alone can be depicted here in a week. To use a date-time category axis, set the ValueTypeopens in a new tab in axis to DateTimeCategory.
More information about the DateTime Category Axis can be found in this documentation sectionopens in a new tab.