New Post: Drawing Toolbar Example
Mark Heath is announcing a Pluralsight course about winforms best practices - this sounds interesting:http://mark-dot-net.blogspot.no/2014/06/is-windows-forms-dead-yet.html
View ArticleNew Post: Tracker Format for Custom data points
I have a quick question about custom tracker formats. I have created a ScatterSeries in my view model like so:Series = new ScatterSeries()); Series.TrackerFormatString = "match: {Match}"; and I'd like...
View ArticleNew Post: Position of axis values in Polar Plot.
Hello, I have a polar plot with two angle axis and two magnitudes which I change dinamically so the data is better seen no matter the value plotted. The problem is that both values for both axis are...
View ArticleCreated Unassigned: Add ability to set custom MinValue and MaxValue to...
Add ability to customize heatmap color range min and max values.Needed in example when you have multiple heatmaps with different data ranges and you would want all to have common values for each...
View ArticleNew Post: New Release documentation
I need to know what changes have been made between the last and current releases, as I am now using the updated library but my project wont build. Apparently OxyPlot.WindowsForms.Plot is deprecated,...
View ArticleNew Post: Tracker Format for Custom data points
I have the same problem using ScatterPoint as base with a similar implementation. In previous projects I used IDataPoint, but that seems to be removed now..
View ArticleNew Post: Polar Plot sector
Hello, I'm trying to create a polar plot in WPF from 270 degrees to 90, passing through 0. However, I just can't get it right. Using StartAngle=180 and EndAngle=0 combined with Minumum=-90 or 270 and...
View ArticleNew Post: Drawing Toolbar Example
All right, I've moved the annotation drawing events out of the toolbar into their own custom MouseManipulators and now throw those into the PlotController as commands. Let me know when you get some...
View ArticleCommented Unassigned: ScatterSeries with error bars [10207]
Add a `ScatterWithErrorBarsSeries` that shows scatter points with error bars (horizontal and vertical)Specify a threshold value (horizontal and vertical) - if the error is below the threshold, the...
View ArticleSource code checked in, #60142337badd
ScatterErrorSeries: add example for the WPF wrapper
View ArticleClosed Unassigned: ScatterSeries with error bars [10207]
Add a `ScatterWithErrorBarsSeries` that shows scatter points with error bars (horizontal and vertical)Specify a threshold value (horizontal and vertical) - if the error is below the threshold, the...
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 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: Moving the project to GitHub
I am considering moving the project to GitHub. What do you think?
View Article