-
BUG REPPORT
### Steps to reproduce
1. Create a plot that contains line annotations of type "Linear Equation".
2. Set the TextPosition property of some of the annotations.
3. Set the text …
-
*IF BUG, INCLUDE THIS PART:*
### Steps to reproduce
Using Visual Studio for Mac
1.create cross-platform app with shared project
2.add nuget package oxyplot.xamarin.forms to the xamarin.ios pro…
-
I use OxyPlot with Xamarin. When i add data, InvalidatePlot(true) works fine, but i need to clear data and start new graphic. I see new items with old axies. I try to use ResetAllAxies but it doesnt u…
-
### Feature description
Make RenderLabel on BarSeries virtual.
Some times I need hide labels that the height of bar it's minor that that the text for improve visualization.
But this me…
-
### Steps to reproduce
1. Set `LineSeries.Marker` property to `MarkerType.Circle`
2. Set `LineSeries.MarkerSize` property to `MarkerType.42`
```cs
[Example("LineSeries.Marker overlappi…
-
Is this problem caused by incorrect settings? Or is it just not supported? Are there any cases?
Requires year, month, day, hour, minute, second, millisecond, large to small zoom
-
Hi,
I am using oxyplot for my window phone app(8.1). i want recognize the swipe gesture on chart. currently oxyplot provide touch events for chart so how can use these events to recognize the swipe…
-
### Steps to reproduce
I have have a `RectangleAnnotation` in the plot and it has bound properties `MinimumX` and `MaximumX`. This causes `DataChanged` -> `InvalidatePlot()` -> `UpdateModel()` -> `Sy…
-
### Steps to reproduce
Create a new plot an initialize it like follows:
```
var pm = new PlotModel();
pm.Axes.Add(new LinearAxis
{
Position = AxisPosition.Bottom,
…
-
I am using OxyPlot.WPF 1.0.0-unstable1886 from NuGet.
When I set the `MajorStep` in a `DateTimeAxis` in a Plot, the `IntervalType` is ignored when setting the format for the labels. I created a short…