New Post: Color saturation in Oxyplot Column Series
The bug in ColumnSeries should be fixed. I added a few more examples. Was inspired by colorbrewer2.org :-)
View ArticleNew Post: OxyPlot in Xamarin Studio
I am currently preparing a Xamarin component for both iOS and Android. This should include some simple instructions how to get started. In the meantime you can look at the OxyPlot.XamarinAndroid solution.
View ArticleSource code checked in, #51604a38a99a
Add RectangleAnnotation mouse event example [discussion:539495]
View ArticleNew Post: Rectangle annotation click
I added the following example to the 'example browser':var annotation = new RectangleAnnotation() { MinimumX = 10, MaximumX = 60, MinimumY = 10, MaximumY = 20 }; plotModel.Annotations.Add(annotation);...
View ArticleCommented Unassigned: Remove mouse events from plot elements [10132]
We can achieve the same functionality by using a `PlotController`https://oxyplot.codeplex.com/workitem/9625* Better separation of controller logic and model* Less code* Better performance of...
View ArticleSource code checked in, #f7c6faae0891
Wpf: set canvas background color from PlotModel.Background [discussion:539449]
View ArticleNew Post: Background color doesn't change from white in WPF
Thanks, I see the background of the WPF control was not set by the Background property of the PlotModel. Should be fixed in build 257.
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: 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: iOS CoreText Slowing Down Plot Render on First Draw?
I went back to Instruments with my app, it appears most of the time is spent in public override OxySize MeasureText (string text, string fontFamily, double fontSize, double fontWeight) specificallyvar...
View ArticleNew Post: Xamarin ios timespan axis freezes on iphone 4
I have created a timespan axis graph that is the same as the example in the oxyplot monotouch examples app. When the app goes to load the graph is freezes when running on an iphone 4. I have tested...
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 Article