New Post: Noob question : how to clone OxyPlot git repository.
Hello, Can someone drive me to a tutorial (or explain) how to clone OxyPlot git repository so that I can recompile the windows form dlls locally ? Thank you.
View ArticleNew Post: Clicking on an annotation
Hello! Just wanted to start by saying thanks for all the hard work on this awesome project. I'm hoping to move our current heavy chart implementation over to it in the coming months, just working on...
View ArticleSource code checked in, #32e16270c368
Wpf.Plot: correct default values for PlotMargins and Padding (discussions/543551) Add missing properties, add unit test that verifies the default values
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 ArticleNew Post: Axis titles moved inside plot area after upgrade.
Yes, there was a bug in the WPF adapter. I fixed the wrong default value for PlotMargins in the OxyPlot.Wpf.Plot control and added some other missing properties. I also added a unit test that verifies...
View ArticleNew Post: Help about "Touch on a LineSeries"
I am new to OxyPlot I get OxyPlot by Nuget with my Visual Studio 2012 and i found the example "Touch on a LineSeries" in example broswer,how can i found the source code about this sample? i can not...
View ArticleClosed 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 ArticleNew Post: Panning and Zooming
I think it's very important feature - the zoom only on the x-axis or the y-axis. The best choice +/- for zooming and mouse wheel for panning. I will try to use info from this topic, but I hope it will...
View ArticleNew Post: Interval column series
Hi, I am looking for range series. I found interval bar series. But I want interval column series . How to plot it? please help... Best Regards, Suhas Bothe
View ArticleNew Post: Where is IDataPoint in the latest version of Oxyplot?
Where is IDataPoint in the latest version of Oxyplot? When I install the latest version of Oxyplot (OxyPlot-2014.1.297.1) I'm seeing the error: Error 4 The type or namespace name 'IDataPoint' could not...
View ArticleNew Post: Unexplained gap in histogram
I'm creating a histogram in WPF using CategoryAxis and ColumnSeries. I've set the gap width to 0 and ensured the bar width is 1.0, but I'm still getting a gap between the columns. Curiously, when I run...
View ArticleSource code checked in, #3b82ebf9b0c7
#10167: Nuget packages should use version on dependencies
View ArticleCommented Unassigned: Nuget packages should use versoin on dependencies [10167]
The nuget packages that reference the OxyPlot.Core package should use the exact version for this dependency:```xml<dependency id="OxyPlot.Core" version="[2014.1.1]"/>```So the Nuget does...
View ArticleCommented Unassigned: Nuget packages should use versoin on dependencies [10167]
The nuget packages that reference the OxyPlot.Core package should use the exact version for this dependency:```xml<dependency id="OxyPlot.Core" version="[2014.1.1]"/>```So the Nuget does...
View ArticleClosed Unassigned: Nuget packages should use versoin on dependencies [10167]
The nuget packages that reference the OxyPlot.Core package should use the exact version for this dependency:```xml<dependency id="OxyPlot.Core" version="[2014.1.1]"/>```So the Nuget does...
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 Article