Source code checked in, #3dfbe4d18f87
Wpf.Axis: correct default title color (discussions/538914)
View ArticleSource code checked in, #dbb7b35c52f5
EllipseAnnotation: change default width/height to NaN
View ArticleSource code checked in, #6bede36b78cc
InvalidatePlot should always call InvalidateArrange (if the plot is invalidated when it is unloaded, the plot will not be updated next time it is invalidated)
View ArticleNew Post: Axis Titles Not showing up
The default title color for the Wpf.LinearAxis was set to transparent. Should be fixed now! Thanks for the bug report!
View ArticleNew Post: iOS - Can't Add PlotView via AddSubview
I think I found the answer...I do not believe this is a bug, but feedback is welcome. Take the code in the ExampleBrowser for iOSprivate void GraphView(ExampleInfo exampleInfo) { var dvc = new...
View ArticleNew Post: iOS Adding an Axis to Model then Rendering Throws...
See the running example code in the OxyPlot.XamarinIOS Example Browser app in the fork https://oxyplot.codeplex.com/SourceControl/network/forks/benhysell/PlotViewModelIssue With PlotView unsealed I can...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Unassigned: Memory Leak in LineSeries [10151]
As described in this discussion:https://oxyplot.codeplex.com/discussions/532576#post1215810When LineSeries is bound to rapidly changing data, it can be observed that stale data which is no longer...
View ArticleNew Post: Question about accessing the plot in MVVM
My plot is created entirely in the view and is bound with data from the view model. When the data sets that are bound, my plot is not refreshing to redraw the data within the correct scale if I zoom or...
View ArticleNew Post: Printing in WPF with XPS/PrintVisual
I found a solution. I had to call UpdateLayout() before doing the actual printing. So. If you have a UserControl (mine is called DefaultPrintControl) with some OxyPlot's and some other stuff on them,...
View ArticleNew Post: Color saturation in Oxyplot Column Series
Hi, I want to generate a Column Series plot with light colors. I think the automatic color generator of Oxyplot generates colors too saturated and dark. Is there a way to define some parameters in...
View ArticleCreated Unassigned: ColumnSeries Not Showing Data [10158]
I am having issue on generating a Column/Bar Chart since upgraded to VS2013. After spending days on searching solution from web and testing, I finally believe it doesn't work in the new OxyPlot...
View ArticleNew Post: ColumnSeries doesn't show the data
I am having issue on generating a Column/Bar Chart since upgraded to VS2013. After spending days on searching solution from web and testing, I finally believe it doesn't work in the new OxyPlot...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCreated Unassigned: Implement rendering by WriteableBitmapEx [10159]
seehttps://oxyplot.codeplex.com/workitem/10134
View Article