Oystein Bjorke
31c1848f6b
Replace ListFiller with ListBuilder{T} #705
2016-01-01 21:11:25 +01:00
Oystein Bjorke
d2c1d672f1
Make ScatterSeries rendering consistent with LineSeries (null check for actual points) #636
2016-01-01 15:06:36 +01:00
Oystein Bjorke
3a80480266
Implement constant baseline for AreaSeries #662
2015-12-31 13:47:48 +01:00
Choden Konigsmark
00130d4b08
Add a UWP project for issue 697
...
Signed-off-by: Choden Konigsmark <choden.konigsmark@gmail.com>
2015-12-30 15:40:49 -08:00
Oystein Bjorke
d1b2f40e84
Implement IEquatable<T> for ScreenPoint and ScreenVector #692
2015-12-22 13:59:31 +01:00
Oystein Bjorke
699cf834c5
Make DataPoint immutable #692
2015-12-22 13:59:30 +01:00
Oystein Bjorke
b9bd25c190
Fix zero crossing line at wrong position ( #635 )
2015-12-14 21:47:13 +01:00
Oystein Bjorke
d2e2cdd2b3
Merge pull request #684 from objorke/legendmaxheight-wpf
...
Add LegendMaxHeight property to Wpf.Plot
2015-12-14 21:18:54 +01:00
Oystein Bjorke
62fbdcac5e
Default controller should not be shared in WPF PlotViews ( #682 )
2015-12-14 15:33:11 +01:00
Oystein Bjorke
0dc0fce2df
Make numeric values of DateTimeAxis compatible with ToOADate ( #660 )
2015-12-14 15:29:47 +01:00
Oystein Bjorke
390977d50d
Add LegendMaxHeight property to Wpf.Plot ( #668 )
2015-12-14 15:27:30 +01:00
Oystein Bjorke
a956073439
Remove EnumerableExtensions.Reverse() ( #677 )
2015-12-14 14:17:56 +01:00
Carlos Anderson
fc32420e16
Add LegendMaxHeight property to PlotModel ( #668 )
2015-12-07 11:07:12 -05:00
Francois Botha
393f522b46
Implement RenderLegend for LinearBarSeries ( #663 )
2015-11-27 11:53:52 +02:00
Ilya Skriblovsky
faba4cbacf
Fixed rendering with clipping on Xamarin.Android ( fixes #649 )
...
Xamarin.Android was drawing distorted plot if Canvas has clipping rect not equal to PlotView's size
`Canvas.ClipBounds` can easily be only a part of View's bounds. But `IPlotModel.Render` expects full width and height of the plot.
2015-11-12 09:23:26 +03:00
Oystein Bjorke
280fefc009
Fix owner type of Wpf.PathAnnotation dependency properties ( #645 )
2015-11-08 23:02:08 +01:00
Oystein Bjorke
63a9955691
Move Xamarin.Forms renderer initialization ( #632 )
...
Also mark Forms.Init() obsolete.
2015-10-29 22:38:23 +01:00
Oystein Bjorke
5b99276a73
Throw exception if Xamarin.Forms renderer is not 'initialized' ( #492 )
2015-10-28 23:18:33 +01:00
Oystein Bjorke
8788aca27c
Do not set default Controller in PlotView ctor ( #436 )
2015-10-19 21:06:45 +02:00
Oystein Bjorke
29235caccb
Merge pull request #621 from classicboss302/develop
2015-10-19 20:38:58 +02:00
classicboss302
8f6fe4677a
Respect MinimumRange values when Minimum and Maximum values are also set
...
Resolves #550 .
2015-10-19 12:38:41 -05:00
Oystein Bjorke
d718ff037d
Add LegendLineSpacing property in PlotModel ( #622 )
2015-10-17 12:14:10 +02:00
Oystein Bjorke
7430812cfb
Fix math text with syntax errors ( #624 )
2015-10-17 09:17:39 +02:00
Oystein Bjorke
d7694a73f7
Invalidate plot when IsVisible is changed in a Xamarin.Forms iOS view ( #546 )
2015-10-11 12:23:16 +02:00
Oystein Bjorke
99e0704e00
Change OxyPlot.Xamarin.Android to API Level 15 ( #614 )
2015-10-05 18:15:49 +02:00
Oystein Bjorke
f3f795a7bc
Merge pull request #612 from objorke/xamarin-build
...
Include Xamarin projects in AppVeyor build
2015-10-05 15:10:54 +02:00
Oystein Bjorke
c6e0be3046
Include Xamarin projects in AppVeyor build #274
2015-10-04 21:41:54 +02:00
Oystein Bjorke
66b1933f09
Change GTKSharp3 project to x86 ( #599 )
2015-10-04 11:11:33 +02:00
Carlos Teixeira
00ceab1aed
Fix NullReferenceException in StairstepSeries ( #605 )
2015-10-03 19:43:09 +02:00
Thomas Ibel
cdce540c03
Xamarin.Forms references updated to 1.5.0.6447
2015-10-03 11:11:18 +02:00
Oystein Bjorke
c04f9fc03e
Add GitVersion to build
2015-09-28 21:30:39 +02:00
Oystein Bjorke
d7048c7418
Remove StyleCop tasks #556
2015-09-26 21:30:18 +02:00
Darrel Liu
a4997f0ae0
Fixing a double comparison issue causing infinite loop ( #587 )
2015-09-19 13:14:27 -07:00
Oystein Bjorke
94fdd9e221
Fix errors in export demo (WPF) #568
2015-09-16 20:29:59 +02:00
Oystein Bjorke
0d078e4464
Fix rendering of math text #569 , #448
2015-09-15 23:01:19 +02:00
Oystein Bjorke
bbca6c896e
Merge pull request #577 from objorke/issues/migrate-automatic-package-restore
...
Migrate automatic package restore
2015-09-12 07:10:54 +02:00
Oystein Bjorke
ced0b6b507
Migrate automatic package restore #557
2015-09-11 23:25:21 +02:00
Oystein Bjorke
1e23d687fa
Add ThreeColorLineSeries ( #378 )
2015-09-11 23:04:55 +02:00
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