Merge pull request #701 from objorke/bugfix/areaseries-constant-baseline

Implement constant baseline for AreaSeries
This commit is contained in:
Oystein Bjorke 2015-12-31 14:59:23 +01:00
Родитель e1ee27c878 3a80480266
Коммит fcecb6b4af
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -122,6 +122,7 @@ All notable changes to this project will be documented in this file.
- Fixed partial plot rendering on Xamarin.Android (#649)
- Default controller should not be shared in WPF PlotViews (#682)
- PositionAtZeroCrossing adds zero crossing line at wrong position (#635)
- Implement AreaSeries.ConstantY2 (#662)
## [2014.1.546] - 2014-10-22
### Added