Граф коммитов

64 Коммитов

Автор SHA1 Сообщение Дата
Oystein Bjorke 98fddff3d0 Move TileMapAnnotation class to example library #567 2015-09-11 22:29:25 +02:00
Oystein Bjorke 546db2da90 Fix CodeGenerator exception for types without parameterless ctor (#573)
Add tests to generate code for all examples in example library.
A null exception on ScatterSeries is also fixed.
2015-09-11 13:30:09 +02:00
br111an 12815eb219 Fix issue #256
HeatMapSeries.GetValue returns double.NaN instead of calculating a
nonsense value in proximity to double.NaN.

Introduce tests that generate a flat data heat map to better illustrate
the bug that was fixed.
2015-09-07 18:40:27 -04:00
Oystein Bjorke e21951372c Merge pull request #507 from ocoanet/linear-bar-axis
Add LinearBarSeries in OxyPlot and OxyPlot.Wpf
2015-08-19 20:19:57 +02:00
Oystein Bjorke af02734a0e Merge pull request #543 from pltaylor/RenderException
RenderException Handling
2015-08-19 20:14:16 +02:00
kc d6755f3180 updated changelog 2015-08-12 13:37:53 +01:00
Olivier Coanet aabdc1a241 Add LinearBarSeries in OxyPlot and OxyPlot.Wpf (#506) 2015-08-06 12:02:15 +02:00
Thomas Ibel f1d8f6c09c Merge pull request #551 from svendu/syncLegendTextColor
fix for #548 LegendTextColor not synchronized to internal model
2015-08-06 08:46:34 +02:00
svendu 1a666eb635 fix: LegendTextColor not synchronized to internal model #548 2015-08-04 11:23:16 +02:00
Perry Taylor 8d00f53a52 Updated Changelog 2015-08-03 13:26:03 -04:00
svendu aadd23197e Expose PlotElement's TextColor property on WPF.Axes.Axis 2015-07-20 21:43:49 +02:00
Geert van Horrik 94a441972c Updated CHANGELOG 2015-07-08 13:25:28 +02:00
Thomas Ibel 401d44bcd2 This PlotModel is already in use by some other PlotView control. (#497) 2015-07-01 10:00:25 +02:00
Thomas Ibel 9a63980693 Extract CreateReport() and CreateTextReport() from PlotModel (#517) 2015-06-28 10:42:03 +02:00
Thomas Ibel a3bbc70faf update changelog 2015-06-28 09:49:51 +02:00
Thomas Ibel ab429aae02 Update CHANGELOG.md 2015-06-22 18:31:42 +02:00
Thomas Ibel 2f52fee90f Fix LineSeries NullReferenceException (#499)
NullReferenceException in LineSeries.GetNearestPoints() when Smooth =
true
2015-06-09 21:31:09 +02:00
Thomas Ibel 2e1cfd68a9 Remove PlotElement.Format method. 2015-05-16 13:23:52 +02:00
Thomas Ibel a04f1459c3 Fix StringFormat for TimeSpanAxis not recognizing f, ff, fff (#330) 2015-05-16 13:17:16 +02:00
Thomas Ibel 05d16a5b6b update changelog 2015-05-16 11:37:09 +02:00
Thomas Ibel 15616e7ec1 update changelog 2015-05-16 09:01:30 +02:00
Thomas Ibel 60b3d52ef9 Remove NET35 support (#115) 2015-05-14 11:57:10 +02:00
Thomas Ibel e2202873ec remove SL4 support (#115) 2015-05-14 10:54:44 +02:00
Thomas Ibel 05c1b814d8 add Model.GetHitTestElements() so no Reverse() is needed for hit testing 2015-05-14 10:09:49 +02:00
Thomas Ibel 5e5562823b fix Inaccurate tracker when using LogarithmicAxis (#443) 2015-05-07 07:54:49 +02:00
Thomas Ibel 3e922715c9 update changelog for #458 2015-04-23 06:05:13 +02:00
Oystein Bjorke 9de17a623c Rename OxyPlot.WindowsUniversal to OxyPlot.Windows (#242) 2015-04-17 09:07:58 +02:00
Iain Nicol f03fa0c898 Fix tracker position in WinForms (#455)
The label's parent is the PlotView, so we shouldn't subtract the PlotView's location.
2015-04-16 15:15:52 +01:00
Stefan Schweiger 9e5c2f7000 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
2015-04-13 12:42:03 +02:00
Thomas Ibel 9cfc434e33 update changelog 2015-04-11 10:45:24 +02:00
Thomas Ibel dc6c33bc56 update changelog 2015-04-11 10:03:41 +02:00
Thomas Ibel b19e4f4fed Update changelog for Xamarin.Forms 1.4.1 update 2015-04-08 06:20:05 +02:00
Stefan Schweiger 06b84fdc37 Added BoxPlot wrapper for WPF
Made BoxPlotItem Outliers non mandatory

-) Set outliers default value to null
-) Check if outliers are null before adding them to the values

Added ItemsSource support to BoxPlotSeries

Borrowed some code from BarSeries to get this to work

Fixed Stylecop Stuff

Added BoxPlot WPF Wrapper

Changed default handling for Outliers

-) Outliers should get an empty list instead of null as default as it
can make problems later on if not

Modified Contributors and Changelog
2015-04-01 12:30:50 +02:00
Oystein Bjorke 0fa88fce14 CategoryAxis should use StringFormat #415 2015-03-17 11:52:19 +01:00
mendelmonteiro 228ec0a923 Listen to CollectionChanged events in Series (WPF) 2015-03-13 07:59:59 +01:00
Oystein Bjorke 9a8aa3c8d0 Update change log 2015-02-24 22:39:28 +01:00
Jonathan Shore ae2f04388c fixes for CandleStickAndVolumeSeries + VolumeSeries (#389)
* fixed missing UpdateMaxMin() for default axis sizing
* fixed Bar axis assignment
2015-02-21 14:26:57 -05:00
Jonathan Shore 36992591c3 - added unit tests for Axis.DesiredSize using objorke"s Null renderer
- added OxyPlot.Tests project to OxyPlot.GtkSharp.sln so can run tests w/ GTK#
2015-02-20 19:40:31 -05:00
Oystein Bjorke 475f84fff0 Merge pull request #371 from tr8dr/develop
- added FastCandleStickSeries & examples
2015-02-18 15:07:28 +01:00
Jonathan Shore dc7a3075b0 - fixed add of the StyleCop stuff I could understand which was 99%
- other suggested changes
2015-02-17 20:22:58 -05:00
Jonathan Shore bf6f22bae6 - added OHLCV additions to changelog 2015-02-17 15:29:20 -05:00
Jonathan Shore 6a84b3a4b6 - fine touches on OHLCV additions 2015-02-17 15:10:05 -05:00
Jonathan Shore 219212c096 - adjusted minor issues related to FastCandleStickSeries pull request 2015-02-16 07:58:04 -05:00
Matthew Leibowitz e81f43b766 changes under the wrong heading 2015-02-15 23:01:04 +02:00
Matthew Leibowitz dfb82563e4 Updated the changes 2015-02-15 22:33:16 +02:00
Oystein Bjorke e7511324c0 Merge pull request #365 from TheAlmightyBob/iOS-Multitouch
Updated changelog
2015-02-12 13:43:57 +01:00
cclarke 7a1c9a2173 Updated changelog 2015-02-12 00:27:05 -08:00
Oystein Bjorke f03f15ccad Update CHANGELOG.md 2015-02-12 07:09:44 +01:00
Oystein Bjorke 43e6bc037b Update change log #348 2015-02-11 23:38:59 +01:00
Shun-ichi Goto 4218ae4241 Draw legend line with custom pattern #356
By this fix, LineSeries draw the line in legend with specified pattern in Dashes.
Before this, Dashes is not used in legend at all.
2015-02-03 20:19:25 +09:00