Added capability to display mean value to BoxPlot

Added Mean value (and constructor) to BoxPlot item
Changed BoxPlotSeries do display Mean value
Added BoxPlot Demo

Added BoxPlot to .NET 3.5 and 4.0

Added BoxPlot to .NET 3.5 and 4.0 and Examples

Modified CHANGELOG

Added Mean to Example, Changed BoxPlotItem Constructor

Added Mean to ExampleLibrary
Changed BoxPlotItem Constructor
Modified ChangeLog

Changed BoxPlotItem Constructor and TrackerString

Changed BoxPlotItem Constructor (once again) and DefaultTrackerString of
BoxPlotSeries
Modified Examples accordingly
This commit is contained in:
Stefan Schweiger 2015-04-07 10:18:02 +02:00
Родитель 3ce15f12f4
Коммит 9e5c2f7000
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
- CandleStickAndVolumeSeries and VolumeSeries (#377)
- Axis.DesiredSize property (#383)
- Added WPF Wrapper for BoxPlot (#434)
- Added capability to display mean value to BoxPlot (#440)
### Changed
- Changed OxyPlot.Xamarin.Forms to require OxyPlot.Mobile dependency instead of each separate NuGet. (#362)
@ -32,6 +33,8 @@ All notable changes to this project will be documented in this file.
- Change OxyPlot.Xamarin.Forms.Platform.Android target to Android level 15 (#439)
- Changed OxyPlot.Xamarin.Forms to portable Profile259 (#439)
- PlotController should not intercept input per default (#446)
- Changed DefaultTrackerFormatString for BoxPlotSeries (to include Mean) (#440)
- Changed Constructor of BoxPlotItem (to include Mean) (#440)
### Removed
- OxyPlot.Metro project (superseded by OxyPlot.WindowsUniversal) (#241)