Updated Wiki: Home
Project DescriptionOxyPlot is a cross-platform plotting library for .NET.For examples, see the Silverlight Example BrowserThe documentation is located at oxyplot.orgNuGet packages are updated at every...
View ArticleUpdated Wiki: Home
Project DescriptionOxyPlot is a cross-platform plotting library for .NET.For examples, see the Silverlight Example BrowserThe documentation is located at oxyplot.orgNuGet packages are updated at every...
View ArticleCreated Unassigned: Empty LineSeries with smoothing throws exception [10118]
The following model throws an exception```cs[Example("Empty LineSeries with smoothing")] public static PlotModel EmptyLineSeriesWithSmoothing_ThrowsException(){ var plotModel1 = new PlotModel("Empty...
View ArticleSource code checked in, #079948f02287
Add example for issue #10118 Correct StyleCop violations in LineSeries
View ArticleClosed Unassigned: Empty LineSeries with smoothing throws exception [10118]
The following model throws an exception```cs[Example("Empty LineSeries with smoothing")] public static PlotModel EmptyLineSeriesWithSmoothing_ThrowsException(){ var plotModel1 = new PlotModel("Empty...
View ArticleCommented Unassigned: Selecting points changes the legend colours [10117]
I've noticed when using selection that the legend changes colour. This doesn't seem right to me. I would expect the legends never to change colour, especially when I happen to select a point.Comments:...
View ArticleSource code checked in, #ae45477b2e6e
ExampleLibrary: add "Discussion" examples, move open/closed issues to new folder
View ArticleSource code checked in, #7f9cf99c33f5
Add Index.html page to Silverlight example browser web project
View ArticleNew Post: ChartController
I would like to create a ChartController for a plot with multiple series. The ChartController would contain items similar to a legend but with a checkbox next to each series. The checkbox would allow...
View ArticleNew Post: Scatter series on hearmap/bitmap
Is it possible to display points on a bitmap/polarheatmap/bitmap series? These points are dynamic so the background image remains the same, but the overlay points change. any leads please. thanks
View ArticleNew Post: Writing PDF report to a FileStream
Thanks for your quick response and also for creating a ticket for writing to a Stream. I had one more question, does OxyPlot support exporting report to TIFF file type? If not is this something easy to...
View Article