Created Unassigned: Create two-color AreaSeries [10150]
Seehttps://oxyplot.codeplex.com/discussions/538255
View ArticleNew Post: Fill area above and below baseline
I think this is a new feature, but it would be nice to add a series type that draws this in the core library! It is somewhat similar to the TwoColorLineSeries class. Maybe we can create a new...
View ArticleNew Post: Movable (drag-able) Annotation
Found one solution without changing original source. made an new annotation that inherits from arrow annotation, and override mouse even in "new annotation" class. In this way, don't need to use...
View ArticleCreated 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: 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 ArticleNew Post: Possible Memory leak
I have created an Issue for this at: https://oxyplot.codeplex.com/workitem/10151
View ArticleCreated Unassigned: OxyMouseEventArgs.ClickCount is not being set [10152]
Trying to get an event that only fires on double-click working but ClickCount is always 0. Checked the source and looks like the ClickCount is not being set.
View ArticleSource code checked in, #b5e5326714e2
#9625 Customizable mouse gestures. Add `Controller` property to all Plot views/controls (WPF, WinForms, SL, Metro, GTK#, Xamarin iOS, Xamarin Android) The controller handles mouse, touch and keyboard...
View ArticleSource code checked in, #1170dd04c973
iOS example browser: fix build warnings (obsolete methods)
View ArticleCommented Task: Remove constructors with parameters [10103]
To be compatible with VB.NET?see [discussion:471973]How to reproduce this error?Removing constructors this will be a breaking change...Comments: Found this in ReactiveUI source: > VB.NET doesn't...
View ArticleNew Post: Fill area above and below baseline
objo wrote: I think this is a new feature, but it would be nice to add a series type that draws this in the core library! It is somewhat similar to the TwoColorLineSeries class. Maybe we can create a...
View ArticleNew Post: Fill area above and below baseline
Currently we did it with 2 area series. One is above baseline, one is below. For me it looks like an AreaSeries with BaseLine. Probably BaselineAreaSeries? Yes it is two AreaSeries and one is...
View ArticleNew Post: plotting data on X-Axis based on days of the weeks sunday,...
I want to plot data in the chart such that x-axis of the graph should show the data on the basis of days of the week i.e i have data of the week then i wants to plot those data in x- axis or bottom...
View ArticleNew Post: Can't set column widths on Reporting.ItemsTable
Have you then figured out a way to include a OxyPlot.PlotModel directly into the PdfSharp document or do you have to save the image first and then include it from file?
View ArticleNew Post: Can't set column widths on Reporting.ItemsTable
No again :( I'm rendering the chart to a tmp file and passing the path to PDF Sharp.
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 Article