New Post: Clicking on an annotation
I´m always getting HitTestResult.Item = null on a ScatterSeries MouseDown Event. Is it related to this discussion. (I´m using the latest version)
View ArticleNew Post: Handle double click event
Hi, I am trying to get the double click event from a ScatterSeries with no success. Is it even possible?scatterSeries.MouseDown += (s, e) => { if (e.ChangedButton == OxyMouseButton.Left) { if...
View ArticleReleased: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies. Assemblies for the following platforms are includedWPF (.NET 4.5) WPF (.NET 4.0) Windows 8.1 Store App Silverlight 5 Windows Forms (.NET 4.5) Windows Forms...
View ArticleUpdated Release: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies.Assemblies for the following platforms are included WPF (.NET 4.5)WPF (.NET 4.0)Windows 8.1 Store AppSilverlight 5Windows Forms (.NET 4.5)Windows Forms (.NET...
View ArticleCreated Unassigned: Oxyplot not rendering using c# wpf [10202]
Hi-I've added a Oxy Plot to a WPF Grid from code-behind using C#. The issue is, plot is not rendered in the UI, but there is a blank space instead. Please look at the code for the issues. It will be...
View ArticleNew Post: Rectangle and Ellipse Selection Colour
This should be corrected now. We should add some examples, I don´t think I have ever tried if this works! I also aligned the DrawClipped* methods, now the clipping rectangle is the first parameter in...
View ArticleUpdated Wiki: Home
Project DescriptionOxyPlot is a cross-platform plotting library for .NET.For examples, see the Silverlight Example BrowserThe documentation is located at oxyplot.org (under construction, please...
View ArticleNew Post: Rectangle and Ellipse Selection Colour
Nice! Thanks for the quick replies =) this really helps. I'm at home right now, and don't have VS installed (since I only really do C#/.Net at work right now, Java/Clojure/Python at home), or my code,...
View ArticleSource code checked in, #56b807eb1fc0
Try building for iOS/Android on the build machine. Pack and push iOS/Android NuGet packages. Update NuGet package specs.
View ArticleCommented Unassigned: Bug: OxyRect constructor throws argument out of range...
I'm using the WPF version of OxyPlot.I have the plot in the top half of a view (screen) with a grid splitter between the top & bottom halfs. When move the grid splitter to the top of the view, so...
View ArticleCommented Unassigned: Bug: OxyRect constructor throws argument out of range...
I'm using the WPF version of OxyPlot.I have the plot in the top half of a view (screen) with a grid splitter between the top & bottom halfs. When move the grid splitter to the top of the view, so...
View ArticleCommented Unassigned: Bug: OxyRect constructor throws argument out of range...
I'm using the WPF version of OxyPlot.I have the plot in the top half of a view (screen) with a grid splitter between the top & bottom halfs. When move the grid splitter to the top of the view, so...
View ArticleCommented Unassigned: Axis displaying outside of visible area [10211]
I'm using the WPF version of OxyPlot, latest version.When the plot is initially displayed the x axis is displaying outside of the area for the plot - the maximum value is displayed outside of the...
View ArticleNew Post: Can't get OxyPlot.XamarinAndroid working.
Hi there, I'm trying to make a simple Testapplication that shows some stuff. I'm using the latest Xamarin.Android build and the latest OxyPlot build that i got via nuget. But i always get an Unhandled...
View ArticleNew Post: Scatter series on heat map
I dont think that the WPF works faster than Windows form application. Not too long a time interval of 100 ms. The standart timer control is used to the process. But a sample rate with more precise time...
View ArticleCreated Unassigned: Heatmapseries and scatterseries with coloraxis in a plot...
It may need to be drawn together of two different chart types in the specific applications. The Oxyplot allows this type plots. For example, it needs to be marked the specific points on the heatmap,...
View Article