Closed Unassigned: Text alignment within PolygonAnnotation [10182]
Is it possible to set the alignment of the text within a PolygonAnnotation?I've been looking through the documentation, but can't find anything.I use a PolygonAnnotation to overlay a ScatterSeries, but...
View ArticleSource code checked in, #b4338fdfff9e
#10185: BarSeries/ColumnSeries - fix issue when setting ItemsSource to a list of ColumnItem/BarItem. Refactoring to make it consistent with DataPointSeries.
View ArticleClosed Unassigned: ColumnSeries/BarSeries without CategoryAxis [10185]
ColumnSeries/BarSeries do not show up when CategoryAxis is not definedhttps://oxyplot.codeplex.com/discussions/542762
View ArticleNew Post: ColumnSeries
The issue should be solved. There was a bug when setting ItemsSource to a list of ColumnItem/BarItem...
View ArticleNew Post: HeatMapSeries Update Bug
I forgot this was already implemented. Right, when the image = null the image will be regenerated next time the heatmapseries is rendered. Does this solve your problem? Remember to invalidate both the...
View ArticleNew Post: NuGet status for OxyPlot.Metro package?
No, it is not relying on any 8.1 functionality. The build machine only has VS 2013 installed and I am worried that it will be difficult to build for 8.0 there. If anyone really needs support for 8.0,...
View ArticleSource code checked in, #ef83106d0fba
Fix compilation warnings (file headers, tabs, spelling)
View ArticleCommented Unassigned: ScatterSeries and LinearColorAxis on the same plot [10184]
Hey Objo, Great software - I really love using OxyPlot. I've run into an issue where I can't plot a ScatterSeries over a HeatMapSeries - and it seems to hinge on LinearColorAxis. For example, this code...
View ArticleClosed Unassigned: ScatterSeries and LinearColorAxis on the same plot [10184]
Hey Objo, Great software - I really love using OxyPlot. I've run into an issue where I can't plot a ScatterSeries over a HeatMapSeries - and it seems to hinge on LinearColorAxis. For example, this code...
View ArticleCommented Unassigned: WPF program on Windows XP [10183]
I use OxyPlot chart at my WPF program.And build it will .Net 4.0It works well on windows 7 and windows 8.1.But it can not run at XP.Comments: What does can not run mean? Exception? Any error message?
View ArticleCommented Unassigned: Issue with binding LineSeries to dynamic objects [10181]
When binding a LineSeries to an object that implements ICustomTypeDescriptor, LineSeries can not find dynamic properties set in DataFieldX and DataFieldY. It is because you are using GetType() of...
View ArticleClosed 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: ColumnSeries
Hi objo, thank you! Where to download the fixed version? The current recommended download is still the one from the first of march. Thanks, mirola
View ArticleNew Post: Last axis label of line graph is missing.
When I plot a line series graph in winforms, the last label in the x-axis is getting missed. When panning is done then it appears otherwise its not being shown. Could you help us in resolving this issue.
View ArticleCreated Unassigned: X-Axis in a Line Series with datetime axis is not...
Hi,I have generated a line series graph that has datetime axis, when I try to generate the graph for the dates that doesn't have hours(i.e., zero hours it means the starting of the day) for example:...
View ArticleNew Post: AngleAxis labels
I would like to have 0 degrees at the bottom of the polar plot (Example here, don't mind E and W). I've been playing with StartAngle and EndAgnle but I can't work this out. Is this even possible? This...
View ArticleNew Post: Displaying message and axes on mouse click on the line serie
Thanks for your answer. I understand you are gently letting people know that some help would be greatful. I understand that. I have myself 2 kids and that is my first time using oxyplot. Be ensured...
View ArticleSource code checked in, #6aaa4ddb41bb
Axis: mark ShowMinorTicks obsolete Wpf.Axis: remove ShowMinorTicks
View Article