Commented 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.Comments: I have deleted the obsolete file....
View ArticleCommented Unassigned: oxyplot - 2014.1.245.1 get_ActualFont Error [10157]
Hi All, After updating to new version of oxyplot, I am getting below error. Could you please help me to resolve this. Attached sample code.__<package id="OxyPlot.Core" version="2014.1.245.1"...
View ArticleNew Post: ColumnSeries doesn't show the data
Can someone please advise what's wrong with my code? it is a very simple test to create a column chart but whatever I do I can only see the chart without any columns (no data). using OxyPlot; using...
View ArticleNew Post: iOS - Can't Add PlotView via AddSubview
I'm curious why this doesn't work... Say I'm in a class that is a UIViewController, I would expect I could do the following:var plot = new PlotView (); plot.Model = graph.Plot; plot.BackgroundColor =...
View ArticleCommented 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.Comments: I am using WPF so that is perfect....
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 ArticleSource code checked in, #f03d335168b3
Wpf.Plot: ActualModel should be thread safe (discussions/538775)
View ArticleNew Post: Plot disappear in demo (oxyplot-a53ac6bf18cf )
thanks, I checked in a fix. Also see the unit tests. We should add similar tests for the Invalidate/Update functionality too.
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 ArticleCommented 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.Comments: If this is working as expected (at...
View ArticleSource code checked in, #925600a8c195
Wpf: add unit tests for Plot (forgot to include in rev 874)
View ArticleCommented Unassigned: oxyplot - 2014.1.245.1 get_ActualFont Error [10157]
Hi All, After updating to new version of oxyplot, I am getting below error. Could you please help me to resolve this. Attached sample code.__<package id="OxyPlot.Core" version="2014.1.245.1"...
View ArticleNew Post: iOS PlotView Sealed?
What are your thoughts on the PlotModel issue? i.e. I need to have a second local variable to hold the PlotModel, build it up, then assign it to this.PlotModel = localPlotModel; else rendering fails...
View ArticleNew Post: iOS - Can't Add PlotView via AddSubview
I'll see if I can take a look and figure out what is going on, can you create an issue in the issue tracker to track this?
View ArticleEdited 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 ArticleCommented 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.Comments: For sure.
View ArticleNew Post: Axis Titles Not showing up
When I create a axis in xaml, and set the title, it is not appearing, I have the following simple code to set up my axis<oxy:LinearAxis Position="Left" MajorGridlineThickness="2" Title="Test...
View ArticleNew Post: ColumnSeries doesn't show the data
Here is the new code. Actually I have tried with or without CategoryAxis and LinearAxis. The result is similar and only show the empty chart...using OxyPlot; using OxyPlot.Axes; using OxyPlot.Series;...
View Article