Commented Task: CLS-compliance [10086]
At the moment the NuGet assemblies are not marked with the CLSCompliant(true) attribute.Denoting the CLS-compliance avoids a bunch of false positive warnings in a CLS compliant environment.Comments:...
View ArticleCommented Unassigned: Exception in PathAnnotation.HitTest [10140]
In a mousedown handler on the plotmodel, I'm deleting a polyline object from the plotmodel and creating another one instead.When clicking repeatedly, I can get the situation that Oxyplot tries to do a...
View ArticleCommented Unassigned: Exception while trying to pan before the chart is...
See https://oxyplot.codeplex.com/discussions/522598Comments: Please re-test with latest version (2014.1.259.1).
View ArticleCommented Issue: Resizing of a window leads to error [9991]
If you use a simple plot within a window, which you can resize to a minimum this leads an assertion error: "Height must be larger than 0 ..." Try this program:<Window x:Class="BugReport.MainWindow"...
View ArticleCommented Issue: WPF clipboard copy does not work with transparent background...
Clipboard.SetImage does not seem to work with transparent BitmapSources. Using pixel format Pbgra32 does not help.Work-around: set a background colorComments: This is a WPF bug, so OxyPlot can't do...
View ArticleCreated Unassigned: Remove unused source files [10168]
When clicking in Visual Studio Solution Explorer on "Show All Files" (e.g on Core or WPF project) it shows many cs-files (and folders) that are not used in the project.For me it seems that these files...
View ArticleClosed Unassigned: PlotModel Update() and Render() calls should be separated...
Currently `PlotModel.Update(...)` and `PlotModel.Render(...)` are called in one bundle inside `PlotControl.UpdateModelAndVisuals()`. Thus every invalidation forces also a rendering, what is limiting...
View ArticleClosed Unassigned: oxyplot - 2014.1.245.1 get_ActualFont Error [10157]
Hi All, After updating to new version of oxyplot, I am getting below error. Could you please help me to resolve this. Attached sample code.__<package id="OxyPlot.Core" version="2014.1.245.1"...
View ArticleClosed Issue: Resizing of a window leads to error [9991]
If you use a simple plot within a window, which you can resize to a minimum this leads an assertion error: "Height must be larger than 0 ..." Try this program:<Window x:Class="BugReport.MainWindow"...
View ArticleClosed Task: CLS-compliance [10086]
At the moment the NuGet assemblies are not marked with the CLSCompliant(true) attribute.Denoting the CLS-compliance avoids a bunch of false positive warnings in a CLS compliant environment.
View ArticleClosed Unassigned: XAML Canvas ancestor causes issues with OxyPlot.WPF.Plot...
I am trying to use a OxyPlot.WPF.Plot with a Canvas as its immediate ancestor and am running into graphical issues. I noticed that the Plot is by default non-visible. The only way to resolve this is by...
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 ArticleCommented Unassigned: Remove unused source files [10168]
When clicking in Visual Studio Solution Explorer on "Show All Files" (e.g on Core or WPF project) it shows many cs-files (and folders) that are not used in the project.For me it seems that these files...
View ArticleCommented Issue: WPF clipboard copy does not work with transparent background...
Clipboard.SetImage does not seem to work with transparent BitmapSources. Using pixel format Pbgra32 does not help.Work-around: set a background colorComments: Can other formats than BMP be used? e.g...
View ArticleCommented Issue: WPF clipboard copy does not work with transparent background...
Clipboard.SetImage does not seem to work with transparent BitmapSources. Using pixel format Pbgra32 does not help.Work-around: set a background colorComments: Maybe there is a way. Check following...
View ArticleCommented Unassigned: iOS CoreText Off Center [10163]
The move to CoreText appears to have placed titles off center, see the attached screenshot...the title should line up nicely under the clock, but appears...
View ArticleClosed Unassigned: Remove unused source files [10168]
When clicking in Visual Studio Solution Explorer on "Show All Files" (e.g on Core or WPF project) it shows many cs-files (and folders) that are not used in the project.For me it seems that these files...
View ArticleCommented Unassigned: Remove unused source files [10168]
When clicking in Visual Studio Solution Explorer on "Show All Files" (e.g on Core or WPF project) it shows many cs-files (and folders) that are not used in the project.For me it seems that these files...
View Article