New to Telerik UI for ASP.NET Core? Download free 30-day trial
Date axis
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
date_axis.cshtml
Date_AxisController.cs
DatePoint.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
You can scale the date axis of your ASP.NET Core Line Chart to get a better visualization of the seasonal data in your app. This can be done by modifying:
- The base date unit of the x-axis through the CategoryAxis.BaseUnit property, which takes seconds, minutes, hours, days, week, months and years
- The default aggregates of the series through the Series.Aggregate property, which takes max, min, sum, avg and count.