New Post: XAML properties values overwritten by the PlotModel
Good idea, added to https://oxyplot.codeplex.com/workitem/10128 Should not be very difficult to implement, I think.
View ArticleSource code checked in, #903da57c730e
#10126 OxyTouchGesture.Equals() does not test TapCount
View ArticleClosed Unassigned: OxyTouchGesture.Equals() does not test TapCount [10126]
That is all.Comments: Well spotted :) Hope to get the gestures working soon.
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: My initial plan was to add the PlotController property to the control, but this is a interesting...
View ArticleSource code checked in, #a2603308b2bd
#9625 Refactor PlotController to work with commands
View ArticleSource code checked in, #a60b7744d889
Make the customizable plot controller default for the WPF plot control
View ArticleSource code checked in, #ef986d7951ad
Revert changes that should be on fork objo/issue9625
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Created fork https://oxyplot.codeplex.com/SourceControl/network/forks/objo/issue9625 Implemented a...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Suggested work on fork mentioned above: * add all default bindings on CustomizablePlotController *...
View ArticleNew Post: Replacing numeric labels with text on linear axis
Hi, I would like to create a Bar chart that shows the progress of items through an established workflow. For example: A made up order system has the following stages: 1) Credit check 2) Credit approved...
View ArticleNew Post: Error 1 The name "Plot" does not exist in the namespace...
just updated my oxyplot.wpf and oxyplot.pdf versions and i get this error. Is there anything else i need to install to get the plot back?
View ArticleNew Post: Can't run in Embedded Resource [WPF]
Hello guys, I want to run OxyPlot in EmbeddedResource. I can run other Libraries in EmbeddedResource but OxyPlot gives an error. 'System.Core, Version=2.0.5.0, Culture=neutral,...
View ArticleNew Post: Import Txt file to OxyPlot
Hello. I'm new at this. I have one txt file, this was export from GnuPlot. This contains the (X,Y) points, I want import this file to Oxyplot. Someone knows how to do it? Thank you so much!!
View ArticleNew Post: Import Txt file to OxyPlot
This is not OxyPlot specific question. Oxyplot accepts lists of DataPoint, so it is your job to read the file and store the data in your arrays/lists. There are plenty of examples plotting data, and...
View ArticleCommented Issue: Bar Series Drifting Upward (Windows Forms) [10120]
see [discussion:515750]https://oxyplot.codeplex.com/discussions/515750Comments: It looks like Windows Forms OnPaint event occurs on window restore but the plot model isModelInvalidated property is...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Do we want to allow mouse movement gesture options with no mouse clicks? The OxyMouseGesture could...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Looking at the converter for Key to OxyKey that has a case statement covering the conversion (with...
View Article