New Post: Overlapping labels.
Oh, wow! Thank you for adding issue, can't wait this to be fixed.
View ArticleNew Post: VS Express 2013 Invalid Markup with OxyPlot
I'm developing an application in VS Express 2013 using C#/XAML and referencing the pre-built OxyPlot binaries (Express doesn't support PCL). Everything works just fine, except when I add a plot to the...
View ArticleNew Post: PDF Report: Figures with no caption/Text
Hello, Is it possible to remove the captions/Texts from PlotFigures on a PDF Report? Regards, Luis
View ArticleNew Post: PDF Report: Figures with no caption/Text
Report report = new Report(); var reportStyle = new ReportStyle(); reportStyle.FigureTextFormatString = "";
View ArticleNew Post: Seconds display problem
Hi! I'm trying to screen date and time axis where MajorStep - is minutes, and MinorStep - is the interval in 5 sec. For this I use the following code: plotModel = new PlotModel { IsLegendVisible =...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gesturesZoomGesturePanGestureTrackerGestureAlso support showing tracker on mouseover without pressing any button.Comments: I've implemented something for this: -Added gesture...
View ArticleNew Post: Cannot Build Samples in VS2012
I had this issue when my project target framework was set to .NET 4.0 and the OxyPlot.Wpf dll was for .NET 4.5. This could be the issue.
View ArticleNew Post: Seconds display problem
I have found an easy way how to solve this problem. In class DateTimeAxis I've corrected the value TimeOrigin from DateTime(1900, 1, 1, 0, 0, 0, DateTimeKind.Utc) to DateTime(2000, 1, 1, 0, 0, 0,...
View ArticleNew Post: Show Tracker in Winforms
Hii developer, can you please add the tracker for WinForms. I really like the oxyplot project and i use it for winforms and WPF but i miss the tracker for...
View ArticleClosed Unassigned: Change reference from PlotModel to plot control [10119]
change to `WeakReference`see [discussion:524162]
View ArticleCommented Unassigned: [Suggestion] LabelFormatString with escape sequences...
A little something I found useful. I'm making a line chart, and I need multi-line labels above the points, but there's no clean way to add a newline character to the LabelFormatString, other than...
View ArticleClosed Unassigned: [Suggestion] LabelFormatString with escape sequences [10124]
A little something I found useful. I'm making a line chart, and I need multi-line labels above the points, but there's no clean way to add a newline character to the LabelFormatString, other than...
View Article