Source code checked in, #b29f8a5b5cf5
Modified OxyImage/Palette unit test [discussion:453825]
View ArticleUpdated Release: OxyPlot binaries (Jun 20, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleReleased: OxyPlot binaries (Aug 22, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (aug 22, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleUpdated Wiki: Home
Project DescriptionOxyPlot is a cross-platform plotting library for .NET.ExamplesSee the Silverlight Example BrowserNuGet packages (updated at every code check-in) WPF...
View ArticleNew Post: How to configure the Click Event
Hi Objo, I downloaded the update and I set the Plot control like this:<oxy:Plot Model="{Binding PlotModel}" DefaultTrackerTemplate="{x:Null}" Margin="10" BorderBrush="Transparent"...
View ArticleNew Post: Heatmap with mesh offset problem
Hi objo, Thanks for the quick reply. Check this example. image You will see the the red line doesn't pass through the diagonal.[Example("Diagonal matrix")] public static PlotModel DiagonalMatrix() {...
View ArticleNew Post: [Suggestion] OnTrackedItemChanged in PlotModel
Just tried it out in the latest build... Works perfectly, thanks :)
View ArticleNew Post: How to configure the Click Event
Redzar: not sure about what you are asking for, I guess I misunderstood - yes, setting the tracker template to null disables the tracker. See also https://oxyplot.codeplex.com/discussions/454236 if you...
View ArticleNew Post: How to configure the Click Event
I just want that when you pass the mouse over the chart, the Tracker is displayed automatically, without having to click.
View ArticleNew Post: How to configure the Click Event
This is issue 9963!https://oxyplot.codeplex.com/workitem/9963 Issue 9802 is similarhttps://oxyplot.codeplex.com/workitem/9802
View ArticleNew Post: How to configure the Click Event
Sorry, I don't think it is possible to show the tracker on mouse-over in the current version.
View ArticleNew Post: How to configure the Click Event
Oki, Objo, you know where could be the part of the code that would make it possible to try to do it myself? ^^
View ArticleNew Post: XY Plot - Custom color per marker/pixel?
Hmmm... interesting! thanks for the code and suggestions.... I'll take a look and see what I can make of it.... thanks for your help!
View ArticleNew Post: VS 2012 SimpleDemo: Plot won't render in WPF XAML Designer at...
I am also using VS 2012 version 11.0.60610.01 Update 3, but I'm on Windows 7 SP 1.
View Article