• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of DateTime Category Axis in ASP.NET Core 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 ValueType in axis to DateTimeCategory.

More information about the DateTime Category Axis can be found in this documentation section.