-
Hi I was using the oxyplot v2.0.0 and update to v2.1.0.
With the new version I have problems with the text in plot title and in the axes.
This was with the older version:
![image](https://user-imag…
-
> //如果數據大於顯示區域,將圖縮放至所有的界面中
if (timeaxis.DataMaximum > 55)
{
timeaxis.Zoom(0, timeaxis.DataMaximum);//zoom all data
}
.NET version: v4.0.30319
![image](https://user-images.githubu…
-
### Steps to reproduce
1. Bar chart with four legends
2. Each bar has a label on the x-axis. The label has a \r\n to divide it into two lines
2. Legends are located below the labels (Bo…
-
Using OxyPlot with Xamarin Forms, we need to change the Font Family and Font Attributes of the fonts being used ? Is this possible? If it is, how do we accomplish this? We need this to apply the fo…
-
Please add a new project to this repository so maintainers can organize tasks for each section of the documentation and provide visual feedback on which topics help is more needed.
-
### Steps to reproduce
1.Just Use line graph on windows 8.1 build. Works fine on iOS and even UWP. On 8.1 it doesn't show until user taps the graph. Also tried invalidating graph after the page loa…
-
*IF BUG, INCLUDE THIS PART:*
### Steps to reproduce
1. Run the WindowsForms example
2. Use a multitouch screen on Windows 10
3. Try to zoom / pan on a plot
Platform: Windows 10 / WindowsFor…
-
Hi. I'm facing an issue with performance when plotting multiple `LineSeries`/`GLineSeries` with real-time data. Here's a GIF showing what's happening:
![livecharts](https://user-images.githubusercont…
-
As it has been years since I last worked with WindowsForms, if someone else feels like taking on this task, please go ahead.
Things to consider:
- Should this use GPU-accelerated rendering or no…
-
I am using the axis label format string to convert the axis labels on my heat map from a double to a string. I would like the tracker to also show this converted value. However, because HeatMapSeries …