Updated 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 label angle set to 90 degrees
Adjust the AxisTitleDistance property of the axis:model.Axes[0].AxisTitleDistance = 100; Good luck.
View ArticleCommented Unassigned: WPF Scatterseries not rendered at specific plot sizes...
Hello!I just upgraded to current nuget package from version 2014.1.257.1 to version 2024.1.318.1.What am I doing:I have a plot model with two scatter series and two line series as shown in the...
View ArticleCreated Unassigned: XYAxisSeries.EnsureAxes is not called for all series [10226]
XYAxisSeries.EnsureAxes is not called for all series. Therefore one gets an exception in XYAxisSeris.VerifyAxes which is called when the series is rendered. For us that happens when the user selects to...
View ArticleNew Post: [Solved] UserControl: XamlParseException
Yep, this was very trivial. For some reason VS was not copying OxyPlot.wpf.dll in the necessary path... I had to do it manually. Oddly enough this happened also on another PC with Windows 8.1...
View ArticleCommented Unassigned: XYAxisSeries.EnsureAxes is not called for all series...
XYAxisSeries.EnsureAxes is not called for all series. Therefore one gets an exception in XYAxisSeris.VerifyAxes which is called when the series is rendered. For us that happens when the user selects to...
View ArticleNew Post: [Solved] UserControl: XamlParseException
Did you use the OxyPlot.Wpf NuGet package? Maybe there is something that should be fixed..
View ArticleNew Post: Axis label angle set to 90 degrees
what is the value of model.PlotMargins.Bottom? If set to NaN, the margin should be adjusted automatically. If that is not working, then it is a bug! Using the AxisTitleDistance is a work-around :-)
View ArticleNew Post: [Solved] UserControl: XamlParseException
Yes, I installed it from the NuGet Package Manager (not the console).
View ArticleNew Post: DateTimeAxis question
Hi :) I'm working with time series, and i need to display periodical data only for concrete part of day (9am - 18pm) . Are there any way to do this? Thanks.
View ArticleNew Post: DateTime Axis with label dates not 1 January each year
I am creating long-term forward-looking graphs at future dates e.g. with the data points being annually from 30 June 2014 for the next 20 years, and the DateTime axis always defaults to showing me 1...
View ArticleNew Post: Moving the project to GitHub
Agreed, it'd be nice if github implemented some kind of simple message board, using the issue tracker for questions just makes it an absolute mess. Having an Oxyplot discourse board seems like a good...
View ArticleNew Post: Synced Major Gridlines
I've been syncing the axes using Zoom, although imo it's messy and I'm not really happy with it. As far as major grid lines I just leave the primary vertical and horizontal axes to handle them...
View ArticleNew Post: WPF version line series thickness
Is there a way to make line series stroke thickness looks like axis? Set stroke thickness to 1 do not work. Thanks
View ArticleNew Post: OutOfMemoryException with ItemsControl
Not sure is this an Issue or not, so post here first. When the plotView is wrapped into ItemsControl, after several mouse mid-button zoom in operations, get OutOfMemoryException. Tested with version...
View ArticleNew Post: DateTimeAxis question
Or maybe you can advice other axeses to solve this problem.
View ArticleNew Post: How to copy a plot in WindowsForms ?
Hi~~ I am using WindowsForms, and i need to copy a plot to clipboard after i press a button. In what way can i accomplish this? Thanks.
View ArticleNew Post: DateTimeAxis question
I haven't played with many other axis besides LinearAxis so far, but couldn't you use the TimeSpanAxis or CategoryAxis?
View Article