New Post: Plot Location/Size issue
Hello, I seem to have an issue fixing the location and size of the Plot. is this normal or al i missing something? My code is like this:GPlot.Model = new PlotModel(); GPlot.Dock = DockStyle.Fill;...
View ArticleNew Post: VS 2012 SimpleDemo: Plot won't render in WPF XAML Designer at...
I had the same issue after updating the NuGet package. Repairing the VS 2012 installation did the trick.
View ArticleSource code checked in, #4856ad7ebe2f
OxyPlot core: change TargetFrameworkProfile from Profile2 to Profile136 (compatible with Xamarin Android/iOS)
View ArticleNew Post: [Example("LineSeries and PlotModel MouseDown event")] in WPF?
I believe I'm seeing the same problem. It looks to me like the Mouse events (MouseDown etc) are only accessible from the Oxyplot namespace version of the controls and not the controls available from...
View ArticleNew Post: Can't set column widths on Reporting.ItemsTable
Hi there, I am having trouble setting the column widths on an ItemsTable in a report. I figured I need to do something like the code below but the column widths seem to be ignored. Any help would be...
View ArticleSource code checked in, #0b173c9700de
LinearColorAxis: add RenderAsImage property (based on pull request 5669 from levi_botelho)
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 ArticleNew Post: unable to add DateTimeAxis to plot Model
Hi, I'm trying to add a DateTimeAxis to a PlotModel using the OxyPlot.Wpf.DateTimeAxis and OxyPlot.PlotModel. I'm getting an error since the DateTimeAxis is not derived from Oxyplot.Axes.Axis: out of...
View ArticleNew Post: [Example("LineSeries and PlotModel MouseDown event")] in WPF?
I think you won't achieve mouse event handling through XAML...
View ArticleNew Post: [Example("LineSeries and PlotModel MouseDown event")] in WPF?
I was able to work around the issue by using the IsVisibleChanged event on a TrackerControl. However, fundamentally it seems that the OxyPlot.Wpf versions of the controls have a different inheritance...
View ArticleSource code checked in, #c422a2d94f98
LinearColorAxis: set default Palette OxyPalette: add Reverse() method OxyPalettes: add HueDistinct palette New examples under "LinearColorAxis" showing the different palettes
View ArticleSource code checked in, #2cf7e317222d
IconGenerator: add favicon, support transparency, more icon sizes
View Article