Edited Unassigned: Bullet chart [10111]
see http://bl.ocks.org/mbostock/4061961[discussion:479102]
View ArticleEdited Unassigned: Chord diagram [10110]
See http://bl.ocks.org/mbostock/4062006[discussion:479102]
View ArticleEdited Unassigned: BubbleChart [10109]
see http://bl.ocks.org/mbostock/4063269[discussion:479102]
View ArticleNew Post: Examples and Documentation
1) If you add the axis to a Plot control, you should use the OxyPlot.Wpf.DateTimeAxis. If you add it to a PlotModel, you should use the OxyPlot.Axes.DateTimeAxis 2) If you are using an...
View ArticleNew Post: Importing SVG
Yes, Oxyplot only exports SVG. It would be nice to be able to import SVG, but that's a big task and is not planned. I want to implement a drawing model that should make it possible to include drawings...
View ArticleNew Post: WPF Pie Chart
Sorry, not all series are implemented for WPF yet. But it should probably not be difficult to implement the OxyPlot.Wpf.PieSeries and get a pull request accepted :-)
View ArticleNew Post: Signing of OxyPlot assemblies
OxyPlot is signed. I was asking these questions because I found some posts about the issues related to signing. I don't fully understand this, so please let me know if something should be improved!
View ArticleNew Post: Track all the series same time?
I think this is issuehttps://oxyplot.codeplex.com/workitem/10017 and not yet implemented I think you can get the x-axis value from the TrackerChanged event!
View ArticleReleased: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleNew Post: Remove Plot Paddings
Hello, I'm trying to include the Oxyplot Heatmap series as a layer on a map using Silverlight Bing Maps. I always have a small shift in both directions for added coordinates, and I think it is because...
View ArticleNew Post: Remove Plot Paddings
The control template of the Plot control contains a Border:<ControlTemplateTargetType="{x:Type local:Plot}"><BorderBackground="{TemplateBinding Background}"BorderBrush="{TemplateBinding...
View ArticleNew Post: Remove Plot Paddings
Thanks for your reply. I set 'BorderThickness' to 0 but I had the same render.
View ArticleNew Post: Track all the series same time?
Thanks, TrackerChanged event is exactly what I was looking for!
View ArticleNew Post: Tracker
1st - is it possible to constanly show the Tracker? I have found the methods for Show and Hide, but I don't want it to keep getting hidden when a mouse button is released. I've got the same need. 1:...
View ArticleNew Post: Oxyplot - simple column chart - labels not appearing for highest...
Hi, I'm working with Xamarin and using this fantastic lib. I'm using it for a few months without any problem, I'm now making my iPhone version of my application and when I plot it in the horizontal,...
View ArticleNew Post: Random Color Picker
I believe I have a good handle with regard to random colors being assigned when adding LineSeries to a plot. If you add a new LineSeries without its Color property set, the LineSeries will be assigned...
View ArticleNew Post: Is there any chance to see TouchDown event on LineSeries/Annotation...
Hi, I'm developing an application that uses both mouse and touch. I noticed however that there is not currently possible to fire an event that informs a LineSeries/Annotation has been tapped using...
View Article