Fix LineSeries NullReferenceException (#499)

NullReferenceException in LineSeries.GetNearestPoints() when Smooth =
true
This commit is contained in:
Thomas Ibel 2015-06-09 21:31:09 +02:00
Родитель 2884902fcc
Коммит 2f52fee90f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,7 @@ All notable changes to this project will be documented in this file.
- Inaccurate tracker when using LogarithmicAxis (#443)
- Fix reset of transforms in WinForms render context (#489)
- Fix StringFormat for TimeSpanAxis not recognizing f, ff, fff, etc (#330)
- Fix LineSeries SMOOTH=True will crash WinForms on right click (#499)
## [2014.1.546] - 2014-10-22
### Added