I'm trying to use the CategoryChart for a proof of concept but have noticed that the CategoryChart seems to ignore Resolution="0". I'm aware this project is still potentially in alpha stage but just thought I'd point out what I found.
Thanks
Hello Mark,
Are you experiencing this only in Blazor?
Hi Michael,
Yes that's right - to be more precise, I haven't tried the WPF version with the same use case - but I noticed this behavior while using Blazor.
Cheers,
Mark
I just tested blazor and angular and resolution property works. Note, resolution at zero will try and display every data point and only really noticeable with a lot of data. The idea behind this property is with a higher resolution the datapoints are stretched with fewer on-screen providing you with a more wider yet easier graph to visualize with less spikes. If you have 20-50 datapoints on-screen setting the resolution won't have much of an impact.