Created Unassigned: PlotModel Update() and Render() calls should be seperated...
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 ArticleCommented Unassigned: PlotModel Update() and Render() calls should be...
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 ArticleCreated Unassigned: PlotModel.UpdateAxisTransforms() should be private [10145]
PlotModel should not expose methods that are part of the rendering flow to be called by user code.
View ArticleNew Post: Exception during resize
Could it be a syncrhonization problem? The model should not be updated while the plot is being refreshed. I have added a note on this in https://oxyplot.codeplex.com/workitem/10144.
View ArticleCommented Unassigned: PlotModel Update() and Render() calls should be...
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 ArticleReleased: OxyPlot binaries (sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleEdited Unassigned: Show code in Silverlight Example browser [10129]
Show a "Code" tab in the Silverlight example browser (as in WPF)We should also add a remark that the code is generated, not the actual code that created the...
View ArticleCommented Unassigned: Show code in Silverlight Example browser [10129]
Show a "Code" tab in the Silverlight example browser (as in WPF)We should also add a remark that the code is generated, not the actual code that created the...
View ArticleClosed Unassigned: Show code in Silverlight Example browser [10129]
Show a "Code" tab in the Silverlight example browser (as in WPF)We should also add a remark that the code is generated, not the actual code that created the...
View ArticleCreated Unassigned: Hierarchy or filter in example browser [10147]
The number of examples are growing, and there will probably be more...Currently there is only one level in the hierarchy and the list of folders is long.I suggest to reduce the number of top level...
View ArticleEdited Unassigned: Hierarchy or filter in example browser [10147]
The number of examples are growing, and there will probably be more...Currently there is only one level in the hierarchy and the list of folders is long.I suggest to reduce the number of top level...
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleReleased: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleSource code checked in, #ec297733517b
Add OxyRect constructor overload. Remove Create method. (aligned wit System.Windows.Rect)
View Article