New Post: change line stype
Hi, The plotting algorithm takes two xy co-ordinates and draws a straight line between them. What I need is the line to maintain the last y value from the old x to the new x then draw a line from the...
View ArticleNew Post: Auto-scroll/pan for real-time data
Hi before I ask the question I just want to say that I really like OxyPlot! Well done and keep up the great work! Now down to businessI am using OxyPlot in a C# winforms app. My axese are LinearAxis...
View ArticleNew Post: Auto-scroll/pan for real-time data
The Transform function in the Axis class will convert data coordinates to screen coordinates. There is an InverseTransform to do the opposite. So you could try:double panStep = xAxis.Transform(-1 +...
View ArticleNew Post: Measure rotated labels
Hi guys, I changed the axis code according to above example to handle rotated label. Things look great on WPF but the PDF export has the label overlapped with the axis, can you advise how to fix this...
View ArticleNew Post: Maximum number of LineSeries?
Hi, Is there a maximum number of LineSeries in a PlotModel? I added 8, but only the first 5 are displaying. As far as I can tell (and I've checked it a number of times) I'm treating all 8 LineSeries...
View ArticleNew Post: Auto-scroll/pan for real-time data
Thanks decatf, this works perfectly. Armen
View ArticleCommented Issue: AxisChanged: Axis not changed yet. [10058]
The AxisChanged event (OxyPlot.Axes.Axis) behaves like an Axis __Changing__ event rather than and Axis __Changed__ event. In the event, I need to update some annotations to move them into the axes'...
View ArticleNew Post: Zoom in by dragging a rectangle by mouse?
Hello, I'm new at CodePlex and interested in OxyPlot. Is there a way to zoom in by dragging a rectangle by mouse? By Zedgraph is it a basic setting. Google shows me only this:...
View ArticleCommented Issue: Always show tracker [9963]
Add a mode where the tracker is shown all the time.http://oxyplot.codeplex.com/discussions/361004Comments: working on this in https://oxyplot.codeplex.com/workitem/9625
View ArticleCommented Feature: Implement mouse events [9798]
Implement events for- MouseDown- MouseMove- MouseUpon - Plot area- Series- Axes- AnnotationsComments: could be handled by new "PlotController", see https://oxyplot.codeplex.com/workitem/9625
View ArticleCommented Issue: Set MouseManipulator from model [9982]
I want to have custom behavior for mouse interaction. Instead of default behavior (i.e. right click pan and other stuff) . Also I want to enable a manipulator based on checked property of a checkbox.I...
View ArticleClosed Issue: Set MouseManipulator from model [9982]
I want to have custom behavior for mouse interaction. Instead of default behavior (i.e. right click pan and other stuff) . Also I want to enable a manipulator based on checked property of a checkbox.I...
View ArticleClosed Issue: Make PlotModel serializable [9986]
OxyThickness is not SerializableSee also http://oxyplot.codeplex.com/discussions/392203Comments: The PlotModel should not be serialized. Do not want to maintain backwards compatibility.
View ArticleNew Post: Xamarin trackers
great! the trackers in WPF and Silverlight are separate controls on top of the plot control. This makes it possible to show/hide the tracker without refreshing the plot control. The Windows forms...
View ArticleCreated Unassigned: Show code in Silverlight Example browser [10129]
Show a "Code" tab in the Silverlight example browser (as in WPF)Note: the code is generated, not the actual code that created the plothttps://oxyplot.codeplex.com/discussions/532069
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 ArticleNew Post: No code in online Example Browser
Agree, created https://oxyplot.codeplex.com/workitem/10129
View ArticleNew Post: Printing in WPF with XPS/PrintVisual
Did you try the OxyPlot.Xps library? I have not checked this recently, but it should be possible to create xps and print from the XpsExporter class
View ArticleNew Post: Copyright holder
Currently the copyright holder in the license text shows the name of the coordinator. When other collaborators contribute with large portions of code, it feels strange to list my name there. And I...
View Article