The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am using Syncfusion chart and it works great except one thing. In my chart I use DatetimeAxis as Primary axis and NumericAxis as Secondary. I want to always display first date from first dataPoint and last date from Last datapoint but I can't because dateaxis always display first and last date fromsomewhere after the first data point and before the last data point. I tried round, additional value fromDateTimeRangePadding but this doesn't fix my issue. Can you help me?