
Direct3D 10 Renderer fork of OxyPlot, I've done it

Works only on Direct3D10, but I assume it can be ported to Direct3D9
The problem is: I want to contribute to OxyPlot, but I guess I'd better put an opensource fork with credits, so someone can port rendering from it to Oxy. Rendering is kinda heavily optimised now, all up to LineSeries itself, and I will continue to get rid of unnecessary stuff. Right now actual rendering is mostly carried out by geometry shaders. I push raw points' data in screen coords to the vertex buffers as line lists and strips, and shaders process it into triangle stripes. Now, for example, I'm moving line clipping routines to the vertex shader stage frustum culling. I'd like to move screen coords transformation to the shader stage too in the nearest future.
So stay tuned, major performance breakthrough for OxyPlot is near.


Release date for stable version of Version 2.0.0
Is there any known (estimated) release date for a stable Version 2.0.0

Image exporters for headless environment
I need to generate plots, save them to images and embed them in emails, all in a Windows service app, i.e. I have no dependencies on any UI libraries. I'd prefer to keep it that way and I don't want to reference Windows Forms, WPF or one of the other UI frameworks.
It should be possible to export to PNG by using just System.Windows.Drawing and package that all up as e.g. OxyPlot.Headless.

Rectangle Annotation text wrap

ErrorColumnSeries with different upper and lower limits
I would like to plot confidence intervals on my column chat - however I couldn't find a way to set the upper and lower limits separately. Is there a way to do that?
If not, somebody should do it ;) (sorry I just started with oxyplot and have no idea how to do it).
Cheers
Marwin

Oxyplot Pan function override.
How can i add new line series during panning at certain level in oxyplot wpf?

How to reset zoom
I have an oxyplot RectangleBarSeries and a button "Reset". When I press the button I want the zoom to reset (in the same way the zoom resets when A is pressed on the keyboard). I've tried the ResetAllAxes(); function, but it doesn't work. Is there any other way to achieve this?

negative axis step
I have been looking for a way to invert an axis (smallest value in the top, largest in the bottom).
Example:
LinearAxis la = new LinearAxis()
{
AbsoluteMaximum = 10,
AbsoluteMinimum = 1, MinimumMajorStep = -1, IntervalLength = -1, MajorStep = -1
};
Oxyplot fails if max < min or step is less than 0 (exception).
It would be nice if this was possible

How to make rounded corner of Oxy Plot (Bar chart / Column) graphs ? Is that possible in Oxy Plot ?
How to make rounded corner of Oxy Plot (Bar chart / Column) graphs ? Is that possible in Oxy Plot ?
Customer support service by UserEcho