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 would like to create a chart which will show time ranges according to the groups. So X axis should be DateTime and Y axis is a category (or double). See the picture.
DGDurga Gopalakrishnan Syncfusion Team May 6, 2021 12:45 PM UTC
Hi Vladimir,
Greetings from Syncfusion.
We have analyzed your query with attached screenshot. We suggest you to specify X axis as Category type and Y axis as Double type since it doesn’t support DateTime type, for this you can assign milliseconds value to Y and customize its labels using OnAxisLabelRender event. We have attached sample for your reference.