New Post: how can oxyplot layer render and simple layout
oxyplot is perfect for the most 2d charting , but for more complex charting such as welllog logplot and geosection, which need layer render ,for example , plot background ,outline,gridline in layer,...
View ArticleCreated Unassigned: StairStepSeries last point hit test bug [10049]
MouseDown event not triggering when clicking on the last point in StairStepSeries. Clicking on the horizontal line closest to the last point results in incorrect e.HitTestResult.Index (returns previous...
View ArticleNew Post: Misbehaviour of the Heatmap series
Hi, First of all a big bravo for the project. You have done an amazing job. I experienced an interesting misbehavior of the heatmap series. When you are adding a symmetric matrix, the heatmap series...
View ArticleNew Post: Memoryleak in the heatmap?
I also experienced those memory leaks. My impression was that it comes from the image rendering which is kinda memory intensive, when you have unfavorable data or huge amounts of data. I.e.: A huge...
View ArticleNew Post: Draw annotation with 3600*10 datapoints
I learnt that this library's performance is good, but when I try to use it draw an annotation, it reacts slowly when data points exceed about 600. For a 10 hour * 3600 dp/hour plot, it is impossible to...
View ArticleNew Post: Plot not filling parent container (WPF)
I'm quite new to both WPF and OxyPlot so please forgive me if I'm missing something obvious. I'm using the DLLs from OxyPlot-NET45-2013.1.35.1.zip. I have an OxyPlot inside a WPF Viewbox, something...
View ArticleNew Post: Removing a single point from an OxyPlot Series
My question is simple. If you can add a point using OxySeries.Points.Add, is it possible to remove a single point from the series?
View ArticleCreated Unassigned: Unable to add OxyPlot.Pdf in WinRT app [10050]
Hi,I am not able to add OxyPlot.Pdf to my WinRT ApplicationGot the following error message```Install-Package : Could not install package 'OxyPlot.Pdf 2013.1.46.1'. You are trying to install this...
View ArticleNew Post: wpf RenderContext discussion
we can descripte 2d shape use geometry, drawing ,shape in wpf ,but three object is very deferent,only shape can display it on screen. geometry only descripe 2d graphic object which only store graphic...
View ArticleNew Post: Avoid the DateTimeAxis.ToDouble() result in the tooltip
Perfect Objo, many thanks for this! Best regards MaxAmbrogi
View ArticleNew Post: VS 2012 SimpleDemo: Plot won't render in WPF XAML Designer at...
Objo- I found a different work around than what has been posted here so far (although you might be saying the same thing). I got the same error (Could not load file or assembly 'System.Core,...
View ArticleNew Post: Draw annotation with 3600*10 datapoints
Modified Performance Example in sample examples, found it is hard to handle random data. Instead of drawing sin cos data, I tested with Random data. In Example_Browser->PerformanceExamples.cs Plot...
View ArticleNew Post: How to Set X Axis with DateTime
Hi; I'm stuck too in datetime point (Silverlight Project)... Can you send sample xaml and code? i'm succeed to getting line chart on screen but my datetime values (x axes) appears in double. //xaml...
View ArticleNew Post: Multiple Contour Series Exception
Thanks for the your great work in providing this fantastic tool. I have started using this library to create same matlab style Contour plots and found two problems that I hope to help finding a...
View ArticleNew Post: OxyPlot.WPF.RectangleAnnotation no text when using code
We are converting over from the 1.3 version to 2.0. In 1.3 we had made a WPF version from LineAnnotation which work ok but we are trying to use the supplied 2.0 version. The rectangle shows with the...
View ArticleNew Post: OxyPlot.WPF.RectangleAnnotation no text when using code
Found the problem llW was bigger than maximum on the DateTime axis which caused the text to not appear. Our old version clipped on the axes so we never saw it.
View ArticleNew Post: Removing a single point from an OxyPlot Series
Actually I found my mistake. Forgot to add:hrtmp.Series.Add(hrseries);
View ArticleSource code checked in, #059105013cb8
StairStepSeries: corrected last point hit test bug (#10049)
View ArticleClosed Unassigned: StairStepSeries last point hit test bug [10049]
MouseDown event not triggering when clicking on the last point in StairStepSeries. Clicking on the horizontal line closest to the last point results in incorrect e.HitTestResult.Index (returns previous...
View ArticleEdited Unassigned: Can't rubberband a series [10047]
Please refer to discussion [442674](http://oxyplot.codeplex.com/discussions/442674) for more information.
View Article