Closed Unassigned: ToPdf extension method [10172]
The PlotModel has the ToSvg method. I was searching for the pdf export functionality and had to use one of the examples to find out how to do this.I think it would be great if a small extension method...
View ArticleCreated Unassigned: Remove AutoAdjustPlotMargins [10173]
This property is redundant.Set the default PlotMargins = (NaN,NaN,NaN,NaN), this should match AutoAdjustPlotMargins = true.When a margin is NaN, the margin should be auto adjusted.The...
View ArticleEdited Unassigned: Remove AutoAdjustPlotMargins [10173]
This property can be redundant if the definition of `PlotMargins` is changed.Set the default `PlotMargins` = (NaN,NaN,NaN,NaN), this should match AutoAdjustPlotMargins = true.When a margin is NaN, the...
View ArticleEdited Unassigned: Remove AutoAdjustPlotMargins [10173]
This property can be redundant if the definition of `PlotMargins` is changed.Set the default `PlotMargins = (NaN,NaN,NaN,NaN)`, this should match AutoAdjustPlotMargins = true.When a margin is NaN, the...
View ArticleEdited Unassigned: Remove AutoAdjustPlotMargins [10173]
This property can be redundant if the definition of `PlotMargins` is changed.Set the default `PlotMargins = (NaN,NaN,NaN,NaN)`, this should match `AutoAdjustPlotMargins = true`.When a margin is NaN,...
View ArticleClosed Unassigned: No response while plotting same point in large number....
Hello,Thanks again for this great library.I have a problem while plotting Line series.Generally the library works fine.At some scenario, my application have huge collection of same point to be plotted...
View ArticleCommented Unassigned: No response while plotting same point in large number....
Hello,Thanks again for this great library.I have a problem while plotting Line series.Generally the library works fine.At some scenario, my application have huge collection of same point to be plotted...
View ArticleCommented Unassigned: incorrect and missing points rendered from LineSeries...
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleCommented Unassigned: incorrect and missing points rendered from LineSeries...
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleCreated Unassigned: Improve rendering performance [10174]
Try using an array instead of a list for the outputbuffer in the DrawClippedLine extension method.
View ArticleCommented Unassigned: incorrect and missing points rendered from LineSeries...
In RederingExtensions the:* First point is always added regardless of whether it's inside the clipping region or not* First point of every clipped line segment is skippedIn addition, there are a couple...
View ArticleEdited Unassigned: Improve rendering performance [10174]
Try using an array instead of a list for the outputbuffer in the DrawClippedLine extension method.See also discussion in https://oxyplot.codeplex.com/workitem/10170
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleSource code checked in, #160595e9bf65
add Decimator property to LineSeries (from moes_leco with some modifications)
View ArticleSource code checked in, #065a6cda4d9c
got rid of redundant valid point checks and improved speed of existing checks (from moes_leco)
View ArticleNew Post: Programmatically add graph to XAML form C#
Check ANY example. In ViewModel:PlotModel.Series.Add(ls);
View ArticleNew Post: Programmatically add graph to XAML form C#
Oh no! You didn't get it. I have to declare new Plot from the C# code and then add it to Canvas and so on. I mean when I compelling my project there are not Plot blocks at all!
View Article