Closed Unassigned: PdfReportWriter: export to stream [10116]
[discussion:501363]Add overload that takes a stream
View ArticleCreated Unassigned: Improve Windows Forms tracker [10125]
Currently it is implemented as a simple label. Should be improved:- move it away so the mouse cursor does not obscure it- add padding- add border- make colors (text, border, background) customizable-...
View ArticleSource code checked in, #2ca53f442edf
WindowsForms: add a simple tracker label [discussion:355004] remaining work is in #10125
View ArticleNew Post: PointTracker for Winform (simple implementation)
Sorry I forgot about this one... I have included the simple tracker, and created a work issue to improve it: https://oxyplot.codeplex.com/workitem/10125
View ArticleNew Post: Show Tracker in Winforms
Thanks for the reminder. The code is now submitted, and a new issue to improve it is created:https://oxyplot.codeplex.com/workitem/10125
View ArticleSource code checked in, #4b8cba40988a
PdfReportWriter: figures with no caption [discussion:528206]
View ArticleNew Post: PDF Report: Figures with no caption/Text
New feature: if FigureText = null, the caption should not be written.
View ArticleNew Post: VS Express 2013 Invalid Markup with OxyPlot
Sorry, I don't know what is wrong here. You could try to build a .NET 4 or 4.5 version of the core library (there is a .NET 3.5 project you can start from) and see if the errors disappear.
View ArticleUpdated Wiki: Documentation
The documentation is located at oxyplot.orgGetting startedAPI documentationHow to contribute
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 Feature: Define axis constraints [10095]
Types of constraintsA. Two axes (e.g. X and Y) should be equally scaled (currently PlotType.Cartesian)B. Two axes should be proportionally scaledC. Align two axes at specified values (e.g. always keep...
View ArticleEdited Feature: PDF export in core library [10091]
Add PDF export in the core library.Fonts: Helvetica/Arial (Adobe type 1, no need to embed font data in the pdf file)Images: OxyImage should support decoding of PNGs (requires an implementation of...
View ArticleEdited Feature: Add touch events to UIPlotElement [10114]
See [discussion:484239]Implement touch events:TouchDownTouchMoveTouchUpmaybe also manipulation events?ManipulationStartedManipulationDeltaManipulationCompletednumber of fingers should be provided in...
View ArticleEdited Feature: Example with legend check boxes [10122]
Create example where the legends are rendered by check boxes. The check boxes should control the visibility of the series.See [discussion:514871]
View ArticleEdited Feature: CategoryAxis - do not show overlapping labels [10121]
Implement in `Render` methodIf a category is too narrow, it should not show the label for each item.see https://oxyplot.codeplex.com/discussions/527149
View ArticleEdited Feature: Improve tracker style (Windows Forms) [10125]
Currently it is implemented as a simple label. Should be improved:- move it away so the mouse cursor does not obscure it- add padding- add border- make colors (text, border, background) customizable-...
View ArticleEdited Feature: Overlapping labels in ColumnSeries [10123]
Hide (or move?) labels if values are too low.See https://oxyplot.codeplex.com/discussions/501064
View Article