New Post: Plot with fixed axes ratio
I need to draw a plot with a fixed ratio of axes lengths. For example, I need Y-axis to be twice as long as the X-axis. How can I do that? Thank you in advance.
View ArticleNew Post: Plot with fixed axes ratio
Try to set the PlotType to cartesian and the Width the double of the Height of the plot. If changing the size of the Plot is not an option you should capture the ActualMinimum/Maximum of one axis and...
View ArticleCommented Unassigned: Argument out of range in OxyPlot mouse over [10061]
I am using the oxyplot library under wpf (And I'm very happy with it) to display multiple scaled lines in the same Graph.I have also changed some of the mouse events functionality to better represent...
View ArticleNew Post: How to configure the Click Event
Hello people, I'm using OxyPlot in a Windows 8 Metro App. When you click, for example in an area chart or a line chart, it appears a label with the values of the chart. The point is, can I change the...
View ArticleNew Post: How to configure the Click Event
That is not supported by the library right now.
View ArticleNew Post: [Suggestion] OnTrackedItemChanged in PlotModel
Currently, there's no straightforward way to determine what item is currently being displayed in the tracker. It'd be pretty simple to add a virtual OnTrackedItemChanged method to the PlotModel class,...
View ArticleSource code checked in, #61ae473349bb
Silverlight and WPF: don't show tracker if DefaultTrackerTemplate is null [discussion:454112] Wpf CustomTrackerDemo: corrected example binding border brush to series actual color
View ArticleNew Post: How to configure the Click Event
I checked that this also work on WPF/SL. Try to set DefaultTrackerTemplate={x:Null} on your Plot control.
View ArticleSource code checked in, #f81263b591c0
PlotModel: added TrackerChanged event [discussion:454236]
View ArticleNew Post: [Suggestion] OnTrackedItemChanged in PlotModel
Good idea! I added a TrackerChanged event on the PlotModel. It also works on windows forms where the tracker is not yet implemented... :)
View ArticleNew Post: Winform Designer Problem
Make sure that you have the OxyPlot.dll assembly in the same assembly as the OxyPlot.WindowsForms.dll. I will try to add OxyPlot.dll to the "OxyPlot WindowsForms" nuget package, but I am not sure if...
View ArticleSource code checked in, #85e1082a5063
Add OxyPlot.dll to WindowsForms nuget package [discussion:453979]
View ArticleSource code checked in, #fdd3cb17f016
Added diagonal matrix examples [discussion:453174]
View ArticleReleased: OxyPlot binaries (Jun 20, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Jun 20, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleNew Post: Heatmap with mesh offset problem
I added two 3x3 diagonal matrix examples (see the last example under HeatMapSeries and Custom series in the example browser). These seems to be correct. Can you provide an example where it is not working?
View ArticleNew Post: HeatMap Color Bar
The width of the ColorAxis is determined by the inherited MajorTickSize property. I guess we should change this to make it more clear. I don't think it is possible to add offset in the current...
View ArticleCreated Unassigned: Add position options for ColorAxis [10072]
it should be possible to define the position as for the legend box.[discussion:453993]
View ArticleNew Post: color palette in oxyimage
Maybe the palette should have 256 entries? The following should work: [Test] publicvoid Discussion453825() { var data = newbyte[100 * 100]; int k = 0; for (int i = 0; i < 100; i++) { for (int j = 0;...
View ArticleSource code checked in, #cfe2e179cbdf
Added OxyImage/Palette unit test [discussion:453825]
View Article