New Post: XAML properties values overwritten by the PlotModel
Hello, I was wondering about something a bit annoying when using the PlotModel in a MVVM scenario. As the library is now, the PlotModel values overwrites all properties values that are defined directly...
View ArticleUpdated Wiki: Home
Project DescriptionOxyPlot is a cross-platform plotting library for .NET.For examples, see the Silverlight Example BrowserThe documentation is located at oxyplot.org (under construction, please...
View ArticleEdited Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axes
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: I would like the key/mouse enumerations to be close to the ones defined in `System.Windows.Input`,...
View ArticleSource code checked in, #bc9c753c3b89
Add PlotController\ folder, move IPlotControl to PlotView\
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: I have checked in some more changes, where I try to set the direction how I would like this to be...
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: Does OxyPlot fit my needs?
Hi, Firstly, I know there is no component that is made for my specific use. I am asking this to check how OxyPlot is near to my needs and to estimate the time I might need to implement lacked features....
View ArticleNew Post: How can I show the plot points in Oxyplot for a line Graph WPF?
I've made a Stackoverflow question:http://stackoverflow.com/questions/21557334/how-can-i-show-the-plot-points-in-oxyplot-for-a-line-graph Any Ideas?
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Names matching System.Windows.Input makes sense for sure. I like the idea of having the...
View ArticleNew Post: How can I show the plot points in Oxyplot for a line Graph WPF?
This should be covered by the Marker* properties in the LineSeries See examples in the Example browser.
View ArticleCreated Unassigned: Vector field series [10127]
add a series that shows a vector fieldhttp://en.wikipedia.org/wiki/Vector_field
View ArticleNew Post: Does OxyPlot fit my needs?
Right, HeatMapSeries and ContourSeries do not have WPF wrappers yet. Otherwise I am trying hard to make the library very MVVM-friendly.https://oxyplot.codeplex.com/workitem/9999 Vector fields are not...
View ArticleCreated Unassigned: XAML properties values overwritten by the PlotModel [10128]
Combine plotmodel with XAML properties.The properties defined in XAML should 'win'.https://oxyplot.codeplex.com/discussions/528726
View Article