Oystein Bjorke
316b4bd300
Merge pull request #703 from objorke/scatter-series-actual-points-check
...
Scatter series actual points check
2016-01-01 15:35:52 +01:00
Oystein Bjorke
23bb6dc078
Merge pull request #702 from objorke/changelog-in-sln
...
Add change log as solution item
2016-01-01 15:26:41 +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
ecde5bacdc
Add change log etc. as solution items
2016-01-01 14:23:47 +01:00
Oystein Bjorke
fcecb6b4af
Merge pull request #701 from objorke/bugfix/areaseries-constant-baseline
...
Implement constant baseline for AreaSeries
2015-12-31 14:59:23 +01:00
Oystein Bjorke
3a80480266
Implement constant baseline for AreaSeries #662
2015-12-31 13:47:48 +01:00
Oystein Bjorke
e1ee27c878
Merge pull request #700 from choenden/issue-697
...
Add a UWP project for issue 697
2015-12-31 13:04:15 +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
Thomas Ibel
5b1f864df0
Merge pull request #694 from objorke/struct-design
...
Make OxyPlot structs immutable
2015-12-25 15:52:16 +01: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
31f7ce8854
Merge pull request #691 from objorke/update-xamarin-forms-dependencies
...
Update Xamarin Forms dependencies to 2.0.0.6490
2015-12-17 13:38:35 +01:00
Oystein Bjorke
97252045cb
Fix Xamarin Forms Android demos
2015-12-17 13:37:53 +01:00
Oystein Bjorke
8e3ec1b59d
Update Xamarin Forms dependencies to 2.0.0.6490 ( #638 )
2015-12-17 11:35:01 +01:00
Oystein Bjorke
79d23dcf65
Merge pull request #686 from objorke/PositionAtZeroCrossing
...
Position of axis line when PositionAtZeroCrossing is set
2015-12-14 22:14:53 +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
ee0953849c
Merge pull request #683 from objorke/wpf-controller
...
Controller should not be shared in WPF PlotViews
2015-12-14 21:18:47 +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
f2ba361e13
Merge pull request #681 from objorke/DateTimeAxis
...
Make numeric values of DateTimeAxis compatible with ToOADate
2015-12-14 15:31:05 +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
48081302c9
Merge pull request #680 from objorke/reverse
...
Remove EnumerableExtensions.Reverse()
2015-12-14 14:47:41 +01:00
Oystein Bjorke
a956073439
Remove EnumerableExtensions.Reverse() ( #677 )
2015-12-14 14:17:56 +01:00
Oystein Bjorke
4410a4cc39
Merge pull request #671 from redcurry/legend-max-height
...
Add LegendMaxHeight property to PlotModel (#668 )
2015-12-13 23:29:38 +01:00
Carlos Anderson
fc32420e16
Add LegendMaxHeight property to PlotModel ( #668 )
2015-12-07 11:07:12 -05:00
Thomas Ibel
61c8555bcf
Merge pull request #664 from igitur/add-linearbarseries-renderlegend-method
...
Implement RenderLegend for LinearBarSeries (#663 )
2015-11-27 11:14:21 +01:00
Francois Botha
393f522b46
Implement RenderLegend for LinearBarSeries ( #663 )
2015-11-27 11:53:52 +02:00
Oystein Bjorke
a4f2352c62
Merge pull request #654 from objorke/xamarin-license
...
Remove Xamarin license registration
2015-11-15 10:08:34 +01:00
Oystein Bjorke
fd50cddcd9
Remove Xamarin license registration
2015-11-15 09:46:29 +01:00
Oystein Bjorke
f3ecdb9488
Merge pull request #652 from objorke/android-sdk
...
Install Android API level 15 in appveyor build
2015-11-13 22:28:32 +01:00
Oystein Bjorke
5dfdc03ebc
Install Android SDK and Android 4.0.3 (API 15) in Appveyor build
2015-11-13 22:13:49 +01:00
Oystein Bjorke
01ae71010a
Merge pull request #648 from IlyaSkriblovsky/patch-1
...
Fixed rendering with clipping on Xamarin.Android (fixes #649 )
2015-11-12 14:42:05 +01: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
6747dee38a
Merge pull request #647 from objorke/fix-wpf-PathAnnotation-dp
...
Fix owner type of Wpf.PathAnnotation dependency properties
2015-11-08 23:13:32 +01:00
Oystein Bjorke
280fefc009
Fix owner type of Wpf.PathAnnotation dependency properties ( #645 )
2015-11-08 23:02:08 +01:00
Oystein Bjorke
f0aefcd75e
Merge pull request #639 from objorke/xamarin-forms-init-check
...
Throw exception if Xamarin.Forms renderer is not 'initialized'
2015-11-04 19:34:22 +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
9676be52c4
Merge pull request #631 from objorke/xamarin_forms_itemtemplate_demos
...
Add Xamarin Forms ItemTemplate demos
2015-10-19 22:33:38 +02:00
Oystein Bjorke
29d7e5ce6a
Merge pull request #630 from objorke/controller-and-datatemplate-issue
...
Controller and datatemplate issue
2015-10-19 21:19:39 +02:00
Oystein Bjorke
fbf73f9a9d
Add Xamarin Forms ItemTemplate demos (for #497 )
2015-10-19 21:19:08 +02: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
29e6e0bdd7
Merge pull request #628 from objorke/legendlinespacing
...
Add LegendLineSpacing property in PlotModel
2015-10-17 12:37:07 +02:00
Oystein Bjorke
d718ff037d
Add LegendLineSpacing property in PlotModel ( #622 )
2015-10-17 12:14:10 +02:00
Oystein Bjorke
089de19790
Merge pull request #627 from objorke/endlessloop
...
Fix math text with syntax errors
2015-10-17 09:35:48 +02:00
Oystein Bjorke
7430812cfb
Fix math text with syntax errors ( #624 )
2015-10-17 09:17:39 +02:00
Oystein Bjorke
1e729bc3d6
Merge pull request #620 from objorke/xamarin-forms-background-color
...
Align handling of background color in Xamarin.Forms implementations
2015-10-11 12:49:07 +02:00