New Post: Change the color of selected points in a scatter series
I need to display a point in the scatter series with a different color when it is selected. I can't find any example and any information on how to do it, is it possible?
View ArticleNew Post: StringFormat instead of formatted value on DateTimeAxis
Hi, I've just installed OxyPlot and started experimenting with it. However, with DateTimeAxis, I ran into a strange problem. Whatever I set as StringFormat shows verbatim as the labels below the axis....
View ArticleNew Post: StringFormat instead of formatted value on DateTimeAxis
Try the latest version, this was fixed yesterday. Egészségedre! https://oxyplot.codeplex.com/workitem/10077
View ArticleNew Post: Change the color of selected points in a scatter series
Sorry, the scatter series is not currently supporting selection of individual points. You can probably find a work-around by temporary setting special (e.g. high or low) values to the...
View ArticleNew Post: StringFormat instead of formatted value on DateTimeAxis
Ahh, amazing response time! Thanks! :)
View ArticleNew Post: Change the color of selected points in a scatter series
By creating a custom scatter series, you mean in my code? It would mean creating a class inheriting from ScatterSeries that would use a IsSelected property on items? Or maybe I should do it in a fork?...
View ArticleNew Post: Contour plot, fill color and logarithmic scale
In addition to my previous post, I can tell you that :On my oxyplot version, the method "Add" doesn't exist for the "Data" method of "Heatmapseries"The version of Oxyplot I use seems to be different of...
View ArticleNew Post: Slow redraws with noisy data in WPF
I like your ideas for reusing elements. That should work great for resizing the plot and/or updating data points. I took a crack at calculating dash offset and it's trickier than I expected. Maybe...
View ArticleCreated Unassigned: AreaSeries draws on top of other elements when Fill !=...
As the title says, AreaSeries somehow draws on top of other elements when Fill != null. When Fill == null, it works as expected. I modified an example from AreaSeriesExamples.cs to show the...
View ArticleSource code checked in, #64604517374a
Annotations: Changed default layer to AboveSeries [issue:10079] Wpf.Annotation and Annotation were not consistent.
View ArticleClosed Unassigned: AreaSeries draws on top of other elements when Fill !=...
As the title says, AreaSeries somehow draws on top of other elements when Fill != null. When Fill == null, it works as expected. I modified an example from AreaSeriesExamples.cs to show the...
View ArticleNew Post: Fill the space under a line with a color
Yes, I just realized that I can do that by setting the second line with 0 values for the y axis. I was trying to find a way to do it with LineSeries only, sorry to not have look into it more deeply. My...
View ArticleNew Post: Getting Pepita related error when building refering to the task not...
Error: ExampleBrowser.csproj(118,5): error MSB4044: The "PepitaGet.RestorePackagesTask" task was not given a value for the required parameter "ProjectDirectory". The relative path looks perfectly valid...
View ArticleNew Post: Getting Pepita related error when building refering to the task not...
After downloading the source I was trying to build the project by building the WPF Example browser specifically. That caused the error. If I instead open the solution and hit ctrl + shift + b it seems...
View ArticleCommented Unassigned: PDF export in core library [10091]
Add PDF export in the core library.Fonts: Helvetica/Arial (Adobe type 1, no need to embed font data in the pdf file)Images: OxyImage should support decoding of PNGs (requires an implementation of...
View ArticleNew Post: TimeSpanAxis get not refeshed after panning or zooming
Thanks Zixys. Reset() works :D
View ArticleNew Post: Bug in PngDecoder.Decode
When validating the PNG header, signature[5] should be 0x0A, not 0x0A9. This is in the fadfacbc904d version of the source.
View ArticleNew Post: Bug in PngDecoder.Decode
I guess I was premature in reporting this. Apparently, PNG decoding doesn't work at all.
View ArticleNew Post: Bound MarkerFill for LineSeries
Hello I'm newbie user of OxyPlot. It looks impressive, however I can not find how to do the following: I have a LineSerie bound to list of POCO's. One of the property of the poco is "status" enum...
View Article