-
I have mono 3.8, I am running F# interactive from within emacs on OS X mavericks.
I downloaded FSharp.Charting.Gtk.0.90.7 from nuget. I put it in ~/Desktop/packages/. I have a script containing the f…
-
I am using the code provided here:
https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.ImageSharp
to export chart model to PNG, i try several examples i have and allways get some errors, …
-
If I make a custom axis using an OxyPlot.LinearAxis as the base class like:
public class CustomLinearAxis : LinearAxis
{
}
The background on my usercontrol hosting the PlotView …
-
[如下是我想要达成的效果。【Here is the effect I want to achieve.】
![1730706480861](https://github.com/user-attachments/assets/d0066c4f-7584-48a3-a83d-6f4cf2df56c1)
如下是我的代码。我发现使用格式化他不行,格式化获取的数据只能是图表展示出来对的值。【Here …
-
While downloading the Oxyplot.Xamarin.Mac to Visual Studio for Mac it says it is not compatible with the current framework, and swapping frame doesn't work. This is especially odd, because the same fr…
-
Hi,
I am using Oxyplot SeriesType feature to plot various tags with LineSeries and StairStepseries but while the graph is plotting exactly as the provided SeriesType but after some time all the t…
-
**Imported from [http://oxyplot.codeplex.com/workitem/9992](http://oxyplot.codeplex.com/workitem/9992)**
**[objo](http://www.codeplex.com/site/users/view/objo)** 2012-08-24 09:11
Add an "AxisChanged"…
-
Move classes that are not commonly used/general enough/production quality and can slow down our release process.
## Annotations
- ~~FunctionAnnotation?~~
## Axes
- ~~DateTimeAxis?~~
## Seri…
-
This is probably an old question, but I haven't been able to find an answer: How do I add Oxyplot components to toolbox on VS2015 ? I am trying to use it with Windows Forms.
The components were in…
gtuzi updated
5 years ago
-
Hi,
I need to add tracker to a line series. When user click on a marker point, I need to display it's y and x axis values. How to do it in Xamarin Forms?
Example: https://www.highcharts.com/demo/…