Commented Unassigned: Can't install OxyPlot.Pdf in PCL or Xamarin project...
OxyPlot.Pdf won't install in my PCL or Xamarin Android project.Comments: What I'm looking to do is to take a series of plots plus plain text and images and turn them into one pdf.
View ArticleNew Post: Strange error
Hi! Thank you for oxyPlot, it's really amazing)) Im working with real time data and sometimes get strange error: System.NullReferenceException: in OxyPlot.Annotations.Annotation.Transform(DataPoint p)...
View ArticleNew Post: Strange error
This looks like a problem with the x-axis. Are you adding the arrow annotation to a plot without axes/series? What platform are you on? Can you add some code that reproduces the error?
View ArticleNew Post: Tracker binding for barseries
WPF? There is a TrackerChanged event on the PlotModel. I don't think we have exposed any bindable properties or a routed event for the tracker in the PlotView control. Maybe this should be added?
View ArticleNew Post: Where can I find "PlotView.TouchEvents.cs"?
The file should be in Source/OxyPlot.Wpf. Let us know if you find a bug!
View ArticleNew Post: More than one legend
I don't think this is currently possible. We have a similar feature request in https://oxyplot.codeplex.com/workitem/9192 How is this defined in mschart? Could we add a LegendGroup property to the...
View ArticleNew Post: BarSeries with DateTimeAxis
Did you see the example RectangleBarSeriesExamples in the ExampleLibrary? I think it should be possible to use it with DateTimeAxis and CategoryAxis - just use DateTimeAxis.ToDouble to convert the...
View ArticleNew Post: Can't get OxyPlot.XamarinAndroid working.
Thanks for reporting a possible bug - I'll try to reproduce this! I cannot see any errors in your Activity class, it looks ok to me. The Update method was recently removed from the public API because...
View ArticleCreated Unassigned: Synced major grid lines [10217]
Make it possible to sync position of major grid lines for different axesSee https://oxyplot.codeplex.com/discussions/546833
View ArticleEdited Feature: Synchronized axes [9945]
Synchronize - the position of a specified value (e.g. 0) - or the position of a specified value (e.g. 0) and the scale (with a multiplier) of all axes in a 'synchronization group' (panning/zoom will...
View ArticleEdited Unassigned: Synced major grid lines [10217]
Make it possible to sync position of major grid lines for different axesSee alsohttps://oxyplot.codeplex.com/discussions/546833https://oxyplot.codeplex.com/workitem/9945
View ArticleNew Post: Synced Major Gridlines
I would like this too! I added https://oxyplot.codeplex.com/workitem/10217 I think it can be related to "synchronized axes" - https://oxyplot.codeplex.com/workitem/9945 but I have no idea on how to...
View ArticleNew Post: Strange error
I'm using wpf. There are dateTime and value axeses in my model (dateTimeAxis as x-axis), and there are couple line series too) Here is the code the annotation adding: var arrow = new ArrowAnnotation();...
View ArticleCreated Unassigned: Create annotation tools example [10218]
Implement a `PlotController` that creates and edits annotations.See https://oxyplot.codeplex.com/discussions/546144
View ArticleNew Post: Drawing Toolbar Example
I have added https://oxyplot.codeplex.com/workitem/10218 I can probably help setting up a little "skeleton example" using a PlotController, but I have a few other tasks to finish first...
View ArticleNew Post: Get ScreenPoint from DataPoint
The transforms on the axes are defined when rendering (since they depend on the width/height of the client area). Are you trying to transform before the plot is rendered? Maybe you can subscribe to the...
View ArticleNew Post: FileLoadException: Could not load file or assembly 'System.Core,...
Is this an old Windows version? XP? Then I think you need an update for PCL support.http://support.microsoft.com/kb/2600211 If you want to run the library without patching you must build OxyPlot...
View ArticleNew Post: Strange error
Can this be a race condition? Can you try locking the PlotModel.SyncRoot when changing the model?
View ArticleNew Post: Drawing Toolbar Example
I've been reading the source a bit when I've had free time trying to think of a good way to put it together myself, but had other things require my attention at work so I haven't really put a lot of...
View ArticleNew Post: Drag & Drop
First, the compoment is amazing!!!!! 3Q for your effort. I have some questions: I want to implement Drag & Drop operations. But I have no idea. I want to Drag LineSeries(by drag the legend) from a...
View Article