Source code checked in, #919e694db41b
Wpf: add ToPoint and ToRect extension method overloads without 'alias' argument
View ArticleNew Post: Can't programmatically binding to OxyPlot properties
I want to create a databinding programmatically for the LineSeries.Color property. The LineSeries.Color property must be a dependency property because you can bind to it in XAML. However, if I want to...
View ArticleNew Post: WPF LineSeries not refreshing
I am trying to use OxyPlot for real-time data plotting, but so far I've wasted a couple of hours without result. When I create a plot in XAML and add a LineSeries with ItemsSource binding, nothing...
View ArticleNew Post: WPF LineSeries not refreshing
OxyPlot is handling most mouse button events by default. Set a breakpoint in the event handler you created and you will see it is not being called. Try to press "shift+ctrl" and the left mouse button....
View ArticleNew Post: Can't programmatically binding to OxyPlot properties
See OxyPlot.Wpf.Series.ColorProperty. It is public and the type is System.Windows.Media.Color
View ArticleNew Post: OxyPlot in Xamarin Studio
Thanks for the detailed explanation! I was not aware that this was a problem. I will add this to the build notes. Note: On Mac you only need Xamarin Studio, no need to install any extra components :-)...
View ArticleSource code checked in, #ab4b6dcad939
Fix unbind bug in PlotController (discussions/540115)
View ArticleNew Post: One legend item for each group of LineSeries instances?
Hi I have a single plot with multiple LineSeries, and I want to programmatically add a single legend item for a group of LineSeries instances (e.g. five green lines called "first", seven blue lines...
View ArticleSource code checked in, #49ca2ebf18f9
StyleCop cleanup, add StyleCop tasks to Windows projects
View ArticleNew Post: One legend item for each group of LineSeries instances?
did you try setting the Title for only the first green LineSeries and the first blue LineSeries?
View ArticleSource code checked in, #147c22f4c90b
Annotation: XAxis and YAxis should be readonly. Use XAxisKey and YAxisKey instead
View ArticleNew Post: WPF LineSeries not refreshing
Thanks for your response! The event-handler definitely was being called, when you click at the edge of the window, it will fire. Also, this is specific to my test set-up, in the actual project the...
View ArticleNew Post: One legend item for each group of LineSeries instances?
objo wrote: did you try setting the Title for only the first green LineSeries and the first blue LineSeries? That's a swell idea - not sure why I didn't try that, just assumed it would be hard. Your...
View ArticleNew Post: WPF LineSeries not refreshing
Okay, I got this working in one specific way, the DispatcherTimer seems not to be the culprit. When I have this:private List<DataPoint> _yPoints; public List<DataPoint> YPoints { get {...
View ArticleNew Post: Question about accessing the plot in MVVM
Why you set up the plot in XAML when using MVVM?
View ArticleNew Post: WPF series visibility updates
What version of OxyPlot you are using on what platform (net 3.5, 4 or 4.5)?
View ArticleNew Post: make "virtual internal" to "virtual internal protected" to...
Hi Objo, Good day. One question/request... is there a reason not having PreTransform and PostInverseTransform declared as protected since it is marked as virtual for overriddes. I have derived a custom...
View Article