Fix NullReferenceException in StairstepSeries (#605)

This commit is contained in:
Carlos Teixeira 2015-09-16 11:24:32 +02:00 коммит произвёл Oystein Bjorke
Родитель 598098c630
Коммит 00ceab1aed
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -98,6 +98,7 @@ All notable changes to this project will be documented in this file.
- Fix rendering of rotated 'math' text (#569, #448)
- Export demo (WPF) (#568)
- Fixing a double comparison issue causing infinite loop (#587)
- Fix null reference exception when ActualPoints was null rendering a StairStepSeries (#582)
## [2014.1.546] - 2014-10-22
### Added

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

@ -19,6 +19,7 @@ brantheman
Brannon King
Brian Lim <brian.lim.ca@gmail.com>
Caleb Clarke <thealmightybob@users.noreply.github.com>
Carlos Teixeira <karlmtc@gmail.com>
Cyril Martin <cyril.martin.cm@gmail.com>
darrelbrown
David Laundav <davelaundav@gmail.com>