New Post: Cannot Build Samples in VS2012
Hello, I have had the very same problem. The error description I get is:"The tag 'Plot' does not exist in XML namespace 'clr-namespace:OxyPlot.Wpf;assembly=OxyPlot.Wpf' I can see the example correctly...
View ArticleCreated 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: Remove Plot Paddings
How large is the shift? Can it be a layout rounding problem?
View ArticleCreated Unassigned: Bar/ColumnSeries: labels are clipped [10113]
See [discussion:484197]
View ArticleEdited Unassigned: Bar/ColumnSeries: labels are clipped [10113]
See [discussion:484197]Include the height of the labels in the get max/min method?
View ArticleNew Post: Oxyplot - simple column chart - labels not appearing for highest...
The labels of the ColumnSeries are clipped. I think the problem is the calculation of the actual max of the vertical axis. I have added issuehttps://oxyplot.codeplex.com/workitem/10113 I think a...
View ArticleNew Post: Oxyplot - simple column chart - labels not appearing for highest...
It's very cool to hear that it works well on iOS. Please post a link if you publish the app in the app store!
View ArticleNew Post: Is there any chance to see TouchDown event on LineSeries/Annotation...
This is a good idea, I added issue https://oxyplot.codeplex.com/workitem/10114
View ArticleEdited Unassigned: Add touch events to UIPlotElement [10114]
See [discussion:484239]Implement touch events:TouchDownTouchMoveTouchUpmaybe also manipulation events?ManipulationStartedManipulationDeltaManipulationCompletednumber of fingers should be provided in...
View ArticleNew Post: Cannot Build Samples in VS2012
I don't think VS Express supports building the Portable class libraries. Standard Visual Studio should work, make sure you have the latest update installed.
View ArticleNew Post: Oxyplot - simple column chart - labels not appearing for highest...
Thanks for the workaround. I set its value to 0.05 and it looks good :) Thanks again for the help, I just love this library, I couldn't believe it when I found it, its flexible, it works and its free....
View ArticleCreated 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 ArticleNew Post: Updating HeatMapSeries
Thanks for your answer. I tested the LineSeries and it works fine. The problem I have only happens when I change the LinearColorAxis on a HeatMapSeries.. Both plots are created the same way, except for...
View ArticleNew Post: Line direction markers
I've taken a look at the example browser, but apparently i didn't find a solution. Let say i have a line composed of N points: i would like to show to the user the line direction: this is especially...
View ArticleSource code checked in, #9e5dbf975bcd
Windows store app projects: retarget to Windows 8.1
View ArticleNew Post: Clustered Column Chart - How to change distance between groups?
First of all, thank you for such a GREAT Charting Library. I am creating a Clustered Column Chart. I find that the distance between the groups (distance between the bunch) cannot be altered. As a...
View ArticleNew Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
When adding an OxyPlot component to a WPF form, I'm observing a System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=2.0.5.0 [...] in the XAML designer. I've confirmed...
View ArticleNew Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
I should add that I'm using OxyPlot.Wpf from NuGet, version 2014.1.1.1.
View Article