Closed Unassigned: PathAnnotation.Render doesn't always render text [10177]
The easiest way to see this bug is to look at the 'LineAnnotation on linear axes' example (the very first one) and resize the window. Watch the 'Vertical' text and you should see that it flickers on...
View ArticleCommented Unassigned: plotting lineSeries behaving strangely.. [10178]
please ignore the first comment below.. I added it to the bottom of the issue..I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots...
View ArticleClosed Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleClosed Unassigned: incorrect and missing points rendered from LineSeries [10170]
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleNew Post: Handling massive series
I have started pulling in your changes. Wow! You have done a great job! This made a huge improvement on performance. I still need some time to review the last changes, I am hesitant to adding the...
View ArticleSource code checked in, #919f1947ed0a
#10177: fix PathAnnotation.Render not always rendering text (by kenny_evoleap)
View ArticleNew Post: TrackerFormatString question
Thanks for the post. An additional tip here. The default setting is like below,var lineSeries = new LineSeries { TrackerFormatString = "{0} " + Environment.NewLine + "{1}: {2} " + Environment.NewLine +...
View ArticleNew Post: How to increase DPI in PngExporter call to get higher quality image?
Hi, I am using PngExporter to export PlotModel to am image. By default dpi is 96 but that leaves some "jaggies" in the image so I want to increase dpi for better quality image. But when I increase dpi...
View ArticleCommented Unassigned: plotting lineSeries behaving strangely.. [10178]
please ignore the first comment below.. I added it to the bottom of the issue..I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots...
View ArticleCommented Issue: GetNearestPoint return DataPoint even when custom IDataPoint...
I noticed that Series.Points is a collection of IDataPoint."Great!" I thought. So I created a custom type (where I could hold some extra info) and drew my graph and it worked.The problem is when I use...
View ArticleCommented Unassigned: Exception in PathAnnotation.HitTest [10140]
In a mousedown handler on the plotmodel, I'm deleting a polyline object from the plotmodel and creating another one instead.When clicking repeatedly, I can get the situation that Oxyplot tries to do a...
View ArticleCommented Issue: Performance of Bar/ColumnSeries [9974]
check performance - see http://oxyplot.codeplex.com/discussions/371296Comments: seems much faster in the latest versions. I think this can be closed.
View ArticleCommented Issue: rendering artifacts at full screen [10001]
Strange moire pattern when we maximize view of our application or size application window above 1300px wide.AxisDemo application also shows artifacts when maximised for some graphs?Attached are three...
View ArticleCommented Issue: Fast dynamic data. System.InvalidOperationException [10104]
im use fast dynamic data. sometimes it thrown exception (An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll) - collection changed; cant iterate this. i solved...
View ArticleCommented Unassigned: Memory Leak in LineSeries [10151]
As described in this discussion:https://oxyplot.codeplex.com/discussions/532576#post1215810When LineSeries is bound to rapidly changing data, it can be observed that stale data which is no longer...
View ArticleCommented Unassigned: Remove mouse events from plot elements [10132]
We can achieve the same functionality by using a `PlotController`https://oxyplot.codeplex.com/workitem/9625* Better separation of controller logic and model* Less code* Better performance of...
View ArticleCommented Unassigned: Exception in PathAnnotation.HitTest [10140]
In a mousedown handler on the plotmodel, I'm deleting a polyline object from the plotmodel and creating another one instead.When clicking repeatedly, I can get the situation that Oxyplot tries to do a...
View ArticleNew Post: Transparent plot.
I have a wpf window that has a Gradient background. I am trying to make a plot that shows the background gradient through the plot. I have tried setting both the PlotModel's Background and...
View ArticleNew Post: Transparent plot.
Try to set it in XAML on Plot element: Background="Transparent"
View Article