New Post: It is possible to tell if the mouse click is over a marker on a...
I want to know when a user clicks on a data point (marker), is this possible?
View ArticleNew Post: Change the color of markers in line series in WPF?
I've worked it out, because the number of markers I want are few (less than 10 out of 2000) I can do this by having multiple scatter series.
View ArticleCommented Unassigned: Increase size of marker as user zooms in [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?Comments: I think this can be solved by using the axis changed event. Then it is not necessary to add a new...
View ArticleCommented Unassigned: Increase size of marker as user zooms in [10192]
Is it possible to increase the size of a point marker as the user zooms into the control?Comments: That was my thinking after investigating the Axis class further, thanks for the info anyway.
View ArticleCommented Unassigned: WPF program on Windows XP [10183]
I use OxyPlot chart at my WPF program.And build it will .Net 4.0It works well on windows 7 and windows 8.1.But it can not run at XP.Comments: This is not an OxyPlot issue. see...
View ArticleCommented Unassigned: Automatic invalidation when PlotModel changes [10193]
Currently this library is designed to not support automatic invalidation when properties of the `PlotModel` changes. Observing all changes to the model (or to bound data) is a pretty big task... But we...
View ArticleClosed Unassigned: WPF program on Windows XP [10183]
I use OxyPlot chart at my WPF program.And build it will .Net 4.0It works well on windows 7 and windows 8.1.But it can not run at XP.
View ArticleCommented Unassigned: Automatic invalidation when PlotModel changes [10193]
Currently this library is designed to not support automatic invalidation when properties of the `PlotModel` changes. Observing all changes to the model (or to bound data) is a pretty big task... But we...
View ArticleSource code checked in, #0cecdcb57f39
Enable TreatWarningsAsErrors and StyleCopTreatErrorsAsWarnings for OxyPlot and OxyPlot.Wpf
View ArticleNew Post: Clicking on an annotation
I guess due to lack of response there's no way to do this right now unless I want to create my own Annotation or a similar strategy?
View ArticleSource code checked in, #50252720bfe5
PlotModel: add HitTest method HitTestResult: add a property for the element that was hit UIPlotModel: change signature of mouse handling methods (remove sender) ref. discussion 543975
View ArticleNew Post: Clicking on an annotation
Thanks for pointing us to this issue! I think the implementation of the EventHandler<T> pattern was wrong. The On* methods in the UIPlotElement should not take the sender as a parameter. Also, I...
View ArticleNew Post: Change the color of markers in line series in WPF?
There is a property ScatterPoint.Value that can be used to define the color of the points in a ScatterSeries. Also remember to set the ScatterSeries.ColorAxis.
View ArticleReleased: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies. Assemblies for the following platforms are includedWPF (.NET 4.5) WPF (.NET 4.0) Windows 8.1 Store App Silverlight 5 Windows Forms (.NET 4.5) Windows Forms...
View ArticleUpdated Release: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies.Assemblies for the following platforms are included WPF (.NET 4.5)WPF (.NET 4.0)Windows 8.1 Store AppSilverlight 5Windows Forms (.NET 4.5)Windows Forms (.NET...
View ArticleNew Post: It is possible to tell if the mouse click is over a marker on a...
See examples under "Mouse events" in the example browsers! The "MouseDown event and HitTestResult" example should cover your question.
View ArticleNew Post: How to show context menu for a data point in a line series in WPF?
The client application must create the context menu, this is not supported by the WPF Plot control.
View Article