Updated Release: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies.Assemblies for the following platforms are included WPF (.NET 4.5)WPF (.NET 4.0)Windows 8.1 Store AppSilverlight 5Windows Forms (.NET 4.5)Windows Forms (.NET...
View ArticleCommented Unassigned: Nuget packages should use versoin on dependencies [10167]
The nuget packages that reference the OxyPlot.Core package should use the exact version for this dependency:```xml<dependency id="OxyPlot.Core" version="[2014.1.1]"/>```So the Nuget does...
View ArticleSource code checked in, #8bd1b8362c6b
#10167: Nuget packages should use exact version on dependencies
View ArticleCommented Unassigned: Nuget packages should use versoin on dependencies [10167]
The nuget packages that reference the OxyPlot.Core package should use the exact version for this dependency:```xml<dependency id="OxyPlot.Core" version="[2014.1.1]"/>```So the Nuget does...
View ArticleReleased: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies. Assemblies for the following platforms are includedWPF (.NET 4.5) WPF (.NET 4.0) Windows 8.1 Store App Silverlight 5 Windows Forms (.NET 4.5) Windows Forms...
View ArticleUpdated Release: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies.Assemblies for the following platforms are included WPF (.NET 4.5)WPF (.NET 4.0)Windows 8.1 Store AppSilverlight 5Windows Forms (.NET 4.5)Windows Forms (.NET...
View ArticleCommented Unassigned: Plot not refreshing when bound in WPF [10191]
I'm asynchonrously getting data and attempting to populate a plot via the LineSeries, except the plot does not refresh when the bound collection (ObservableCollection) is updated.__Can anyone explain...
View ArticleCreated Unassigned: Increase size of marker as user zooms in - WPF [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?
View ArticleNew Post: How to show context menu for a data point in a line series in WPF?
How to show context menu for a data point in a line series in WPF?
View ArticleNew Post: Show a multipage tiff file (by libtiff.net) with ImageAnnotation
I have found a solution: HeatMapSeries... but the render speed is bad and I have a problem in visualization (I need to 'transpose' the final plot). I hope there is another solution. // open a tiff Tiff...
View ArticleNew Post: Change the color of markers in line series in WPF?
Is it possible to change the color of individual markers in a line series in WPF?
View ArticleCreated Unassigned: Automatic invalidation when PlotModel changes [10193]
Currently this library is designed to not support automatic invalidation when properties of the `PlotModel` changes. Observing all changes to the model (or to bound data) is a pretty big task... But we...
View ArticleCommented Unassigned: Plot not refreshing when bound in WPF [10191]
I'm asynchonrously getting data and attempting to populate a plot via the LineSeries, except the plot does not refresh when the bound collection (ObservableCollection) is updated.__Can anyone explain...
View ArticleClosed Unassigned: Plot not refreshing when bound in WPF [10191]
I'm asynchonrously getting data and attempting to populate a plot via the LineSeries, except the plot does not refresh when the bound collection (ObservableCollection) is updated.__Can anyone explain...
View ArticleCommented Unassigned: Increase size of marker as user zooms in - WPF [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?Comments: LineSeries or ScatterSeries? Note that this library is cross-platform so this feature would be valid...
View ArticleEdited Unassigned: Increase size of marker as user zooms in [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?
View ArticleCommented Unassigned: Increase size of marker as user zooms in [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?Comments: Removed WPF from the workitem title.
View ArticleNew Post: Change the color of markers in line series in WPF?
No, all markers have the same color for a LineSeries. But it should be possible to use a ScatterSeries to draw the markers with different colors!
View ArticleCommented Unassigned: Increase size of marker as user zooms in [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?Comments: I was thinking of LineSeries, I wanted the ability to increase\decrease the marker size when the user...
View Article