New Post: Logarithmic steps
It seems to be to do with the Transform function in LogarithmicAxis I think - I can't quite work out what's going on there.
View ArticleNew Post: ECCN code for OxyPlot
No, there should not be any parts designed in US. This library is made in Norway.
View ArticleCreated Unassigned: AreaSeries Color2 [10069]
Add Color2 property. Use this color for the lower line, if specified.[discussion:452323]
View ArticleNew Post: AreaChart, define smartly Y axys
The AreaSeries could also be modified so you could specify the color of the upper and lower line independently.https://oxyplot.codeplex.com/workitem/10069
View ArticleNew Post: Rendering contexts
I did not see any performance improvements with the other rendering contexts for WPF, so only ShapesRenderContext has been updated. There were also some visual issues with the other rendering contexts...
View ArticleNew Post: VS 2012 SimpleDemo: Plot won't render in WPF XAML Designer at...
No, I cannot reproduce this. I created a new WPF/.NET 4.5 project and added the OxyPlot.WPF 2013.1.52 nuget package. I am using Microsoft Visual Studio Premium 2012 Version 11.0.60610.01 Update 3...
View ArticleCreated Unassigned: Flipped rendering of images [10070]
Support flipped rendering of images - both in x and y-direction.(should also support rotation)
View ArticleNew Post: HeatMapSeries and Reverse Axis
Currently, I think you need to reverse the data source. The rendering implementations do not support flipping of images. But we should check if this could implemented, see...
View ArticleEdited Unassigned: Flipped rendering of images [10070]
Support flipped rendering of images - both in x and y-direction.(should also support rotation)https://oxyplot.codeplex.com/discussions/451769
View ArticleNew Post: ContourSeries Add Paramters
Hello ! First, i have to say thank you for this amazing tool that is OxyPlot. My problem is simple I think, I`m trying to follow a "Contour Series Example" (Peaks Example Actually), and in the code to...
View ArticleNew Post: ContourSeries Add Paramters
First to say: I've never did a similar task (Contour Series). But an array has a fixed size, so you can't add a new items to it. Try with a List instead. Good luck
View ArticleNew Post: ContourSeries Add Paramters
Yes I agree (with the array part), but I assumed the Add method of Contour Series are all ready implemented, because is so how that are showed in the example ....
View ArticleNew Post: Custom tick labels
Hello. I need to plot some numeric data as a function of audio frequency. The frequency axis (x axis) is in octave bands - which is base 2 log. Here's an example I found online of what I want to plot:...
View ArticleNew Post: How to include library in xaml/c++ project?
First of all, I'm a structure engineer trying to fumble my way through programming. So, please forgive me if my question is stupid. I have an xaml/c++ metro project. When I try to download library......
View ArticleNew Post: How to include library in xaml/c++ project?
I'm not sure if OxyPlot is compatible with C++. But lets hear the experts' answers... Good luck
View ArticleNew Post: How to include library in xaml/c++ project?
everytimer wrote: I'm not sure if OxyPlot is compatible with C++. But lets hear the experts' answers... Good luck Why not? When I started learning how to program, every developer I talked to told me...
View ArticleNew Post: How to include library in xaml/c++ project?
I'm learning C#, and I think it's great. I'm developing an application that takes data from a vibration/acoustic test and then performs some processing. For that first I needed represent my data and...
View ArticleNew Post: Steps with LogarithmicAxis
Hello there, it's been a while... Finally got to work on this. everytimer: Thanks for pointing me in the right direction! Main differences between my implementation and original (assuming base=10, but...
View ArticleNew Post: Custom tick labels
You could just override the LogarithmicAxis.GetTickValues() without recompiling oxyplot as I did here. A hacky, but nonetheless working, example (in VB I'm afraid):Public Class MyLogAxis Inherits...
View Article