AutoUpdate of DateTimePoint Series through 'null' causes full series re-draw (Avalonia) #1087
Labels
bug
Something isn't working
priority 1
might not be fixed in the next release of the library, but it will soon!
Describe the bug
When the line series
ObservableCollection<DateTimePoint>
updates with a 'null' value at the first positionRemoveAt(0)
the chart performs a full redraw of the series.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The chart should continue to "slide left" smoothly without a full redraw of the series.
Along those lines, the series should visually "hold" the position for the null value so that "slide" increment remains a consistent cadence.
Screenshots
See attached video
Screen.Recording.2023-06-27.at.11.23.15.AM.mov
Desktop (please complete the following information):
Additional context
LiveCharts is AMAZING! 😺 👍
The text was updated successfully, but these errors were encountered: