-
### Steps to reproduce
1. add axis
2. add two point nearst point to scatterseries
3. two point show intersection
4. I want Two point hierarchical display , how can do it ?
5.
Platfor…
-
I was wondering if the following is a bug.
**Environment**
- Oxyplot.Core 2.0
- Oxyplot.Wpf 2.0
- .Net 4.6.1
**How to reproduce**
**1. Model Definition**
var dataPoints …
-
@objorke I searched for sample code on how to implement CategoryAxis, but I haven't gotten any code.
Currently, I replaced the Coulumn series with Barseries. In this, I'm facing the issues below
1. …
-
My previous issue claimed that if you put a DateTime into ToDouble and try to get it back via ToDateTime, you would get different Kind but the same Ticks.
This was incorrect. The Ticks are also diffe…
-
问题:我重写了 Transform 跟 GetTickValues ,改变了Y轴得刻度占比,但我发现在显示得时候。刻度实际值,跟刻度展示没有匹配上,例如下图,Y轴理应是888,但他在刻度800得上方。这是否是一个bug?
【Question: I rewrote Transform and GetTickValues and changed the scale ratio of the Y…
-
**Imported from [http://oxyplot.codeplex.com/workitem/8772](http://oxyplot.codeplex.com/workitem/8772)**
**[objo](http://www.codeplex.com/site/users/view/objo)** 2011-06-09 09:51
improve the algorith…
-
I am moving with annotation based on the slider value:
As you can see, it is super slow and laggy. Blue line is the annotation, it should follow the mouse.
![f8db250c-2449-4795-b64d-1d2eb866c0c5]…
-
Make a cross platform solution that shows tooltips on
- titles
- annotations
- axes
- series
- legends
-
When showing a Cartesian chart of x and y values, I would like to have the option to set the same axis-to-screen ratio for both axes x and y. This is especially required if data contains physical exte…
-
I'm trying to use the PlotModel.Updated event to catch the ActualPlotMargins. But it seems, that the ActualPlotMargins property is updated after the Updated-event is fired. Any ideas, what I can do to…