EDIT: I updated to version 18.2.0.45 and it worked as expected. Same bug as a previous user had reported. Leaving this here for people to know in case they face the same issue to just update the Syncfusion version. Thank you for that quick fix!
Hi,
I am having an issue where I have a set of DateTime data, and I am using the RangeSelector to change dynamically the Minimum and Maximum attributes of the Chart. But as soon as Maximum-Minimum is less than a day the chart bugs and shows all the data ignoring the range provided in Maximum and Minimum.
As you can see below, when the delta (Maximum - Minimum) is less than a day, the axis goes from, 22-May-2020 to 21-Jul-2020, instead of focusing in that day period.
I have tried changing the IntervalType to IntervalType.Hours to no effect. I have included my code.
Attachment:
WaterMonitor_f8624e4.zip