New Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
After much trial-and-error, I found one procedure that does not crash the XAML designer, although it doesn't give me much insight into a true solution. Prerequisite: In my project, I'm observing a...
View ArticleNew Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
The OxyPlot core is currently a portable class library compiled with TargetFrameworkProfile=Profile136 (which also targets Xamarin.Android and Xamarin.iOS). I can reproduce the XAML designer error in...
View ArticleNew Post: Clustered Column Chart - How to change distance between groups?
The CategoryAxis has a GapWidth property, see the ColumnSeries -> GapWidth examples in the ExampleBrowser. Does this do what you need?
View ArticleNew Post: Line direction markers
1: No, direction arrows are not supported in the standard LineSeries. You can make a custom series based on LineSeries and override the Render method to draw the arrows. 2: No, the LineSeries can only...
View ArticleNew Post: What version(s) of Visual Studio are supported?
I see the 'requirement's state explicitly VS2012 Update 3, but other discussions talking about VS2013. I'm currently on VS2010 and getting a runtime error "Could not load file or assembly 'OxyPlot.Wpf,...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gesturesZoomGesturePanGestureTrackerGestureAlso support showing tracker on mouseover without pressing any button.Comments: Any plans to implement this? Got a request from my...
View ArticleNew Post: Clustered Column Chart - How to change distance between groups?
Dear objo, Thank you very much for the reply. This does what I want. Setting a value of 0.25 gives ample space for the clustered columns. Thank you very much for the help. I have a couple of issues...
View ArticleNew Post: Labels overlapping each other in column chart if the values are too...
In a stacked column chart, the labels overlap each other if the values are too low. Please help with solution or workaround.
View ArticleNew Post: Writing PDF report to a FileStream
Hi All, I am new to OxyPlot and still getting to know OxyPlot more. I recently was able to create a Plot that contains LineSeries and now I am trying to create a PDF report of this plot. However I...
View ArticleNew Post: PDF report related question
Hi, I an new to OxyPlot and had a question regarding creating report. I checked some of the sample code and using that wrote my report generation code, the code creates PDF report file but there are...
View ArticleNew Post: Heatmap interpolation color
When I create a heatmap with say +10 is red, 0 is green and -10 is blue, the interpolated color of two adjacent cells of +10 and -10 is not green (0). I expect that the color between these two cells is...
View ArticleCommented Unassigned: GetNearestPoint return DataPoint even when custom...
I noticed that Series.Points is a collection of IDataPoint."Great!" I thought. So I created a custom type (where I could hold some extra info) and drew my graph and it worked.The problem is when I use...
View ArticleCommented Unassigned: OverflowException in GraphicsRenderContext [10112]
I've encountered OverflowException in GraphicsRenderContext.DrawRectangle. The reason as I understand so far, is in the Axis.Scale property, which, at some point, takes a value that is infinitely...
View ArticleNew Post: What version(s) of Visual Studio are supported?
VS2010: you also need Portable Library Tools 2 VS2012: the portable library may have some issues with the XAML designer view (this was solved with update 3, but seems to have reappeared) VS2013:...
View ArticleCreated Unassigned: PdfReportWriter: export to stream [10116]
[discussion:501363]Add overload that takes a stream
View ArticleNew Post: Writing PDF report to a FileStream
I think this overload should be added to the PdfReportWriter class. MigraDoc supports writing to a Stream.https://oxyplot.codeplex.com/workitem/10116
View ArticleNew Post: PDF report related question
I think the additional .pdf is created when you add the model view to the report. I remember having a similar problem, in my case I had to do a lot of screens, and that generated a lot of files. I had...
View ArticleNew Post: PDF report related question
I think this was a limitation in MigraDoc - images could only be added to a Paragraph by filename, not stream...
View ArticleNew Post: Heatmap interpolation color
Interesting :) I think this is a bug when Interpolate = true. The heat map is rendered by interpolating a bitmap, and this is not the same as the interpolation of the palette. At the center of each...
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.orgNuGet packages are updated at every...
View Article