Hi,
Could you provide a running sample c# project with a ChartJS in “time” scale mode?
Regards,
Stefano
Hi Stefano,
Please take a look at the attached sample and let me know if that’s what you’re looking for!
You can find more information about using the Time Cartesian Axis here: https://www.chartjs.org/docs/latest/axes/cartesian/time.html
The main thing to note is you will probably want to use an anonymous array of objects in the “Data” property of the DataSet.
HTH,
Levie
Please login first to submit.