Created Unassigned: Rendering by Direct2D / SharpDX [10160]
See https://oxyplot.codeplex.com/workitem/10134
View ArticleEdited Unassigned: Rendering by WriteableBitmapEx [10159]
seehttps://oxyplot.codeplex.com/workitem/10134
View ArticleCommented 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 ArticleNew Post: Protobuf-net to serialize plot model
I am currently exploring how to use protobuf-net to serialize oxyplot. It should be a nice tool that help on saving and reading plot But here I got a "Common Language Runtime detected an invalid...
View ArticleNew Post: Auto-scroll/pan for real-time data
Hi, I am also currently using Oxyplot to display real time data too.. The plot data are coming from serial port per 100 ms. The auto-pan method suggested above does work but I'm not able to sync...
View ArticleCommented Issue: DateTimeAxis auto tick intervals [7988]
Improve the automatic tick intervals of the DateTimeAxis.Comments: Hello All, i have reworked DateTimeAxis implementation to correctly work with all types of intervals (starting from seconds). Ticks...
View ArticleCommented Issue: DateTimeAxis auto tick intervals [7988]
Improve the automatic tick intervals of the DateTimeAxis.Comments: Some notes: One should leave interval types to Auto to be able to zoom in/out correctly DST change between ticks can result in...
View ArticleNew Post: while lines between series
Hey I'm seeing this gaps between my lines: Do you know what am I doing wrong or if this is a bug? Thanks.
View ArticleCommented Issue: DateTimeAxis auto tick intervals [7988]
Improve the automatic tick intervals of the DateTimeAxis.Comments: RuslanBek: that's great work, but I can't get it to compile. Are you using some methods that are not available in portable class...
View ArticleNew Post: while lines between series
I've used older versiones of OxyPlot a lot and never experienced that issue. Could you provide the data to test it myself? It seems to me that your data may have duplicate points (or nearly duplicate)...
View ArticleNew Post: plotting data on X-Axis based on days of the weeks sunday,...
Thanks Objo for your kind Suggestions.
View ArticleCreated Unassigned: iOS Adding an Axis to Model then Rendering Throws...
See discussion - https://oxyplot.codeplex.com/discussions/538962See the running example code in the OxyPlot.XamarinIOS Example Browser app in the fork...
View ArticleCreated Unassigned: iOS CoreText Slowing Down Plot Render on First Draw [10162]
See discussion - [https://oxyplot.codeplex.com/discussions/538545](https://oxyplot.codeplex.com/discussions/538545)Latest OxyPlot where CoreText is now being used for the text...everything looks great,...
View ArticleCreated Unassigned: iOS CoreText Off Center [10163]
The move to CoreText appears to have placed titles off center, see the attached screenshot...the title should line up nicely under the clock, but appears skewed.
View ArticleEdited Unassigned: iOS CoreText Off Center [10163]
The move to CoreText appears to have placed titles off center, see the attached screenshot...the title should line up nicely under the clock, but appears skewed.
View ArticleCommented 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 ArticleNew Post: Dashes property of LineSeries has no effect on the line style in...
Tried to modify one of the examples to see the effect of the Dashes property like so: [Example("#10076: Dashed line test")] public static PlotModel DashedLineTest() { var model = new PlotModel("Dashed...
View ArticleCommented Issue: DateTimeAxis auto tick intervals [7988]
Improve the automatic tick intervals of the DateTimeAxis.Comments: Sorry, but i do not have PCL target installed (VS2013 express) and therefore cannot test it.
View ArticleSource code checked in, #8c3720a3448d
PlotModel: correct error in update method that affected series depending on CategoryAxis (ColumnSeries, BarSeries etc)
View Article