NuGet package OxyPlot.Wpf 1.0.0 doesn't include the file OxyPlot.Xps.dll; older versions of OxyPlot.Wpf do.
It seems this file has disappeared from newer versions of the OxyPlot.Wpf nuget-package, while the older versions (the ones with version numbers like 2014.x.y.x, 2015.x.y.z etc.) include it. There is also no separate NuGet package for it.
How to make rounded corner of Oxy Plot (Bar chart / Column) graphs ? Is that possible in Oxy Plot ?
How to make rounded corner of Oxy Plot (Bar chart / Column) graphs ? Is that possible in Oxy Plot ?
WPF Tracker with multiple line series value
Hi ,
I am new to the oxyplot, I have created an chart with the multiple line series,
now what I want my tracker to show value for all the line series.
Something of this kind , please help me how to achieve this
Pie Chart shows 101% as a sum
If you sum all percentage values it gives 101% but if you click and hold mouse left key on chart it shows actual value. how to show actual value insted of round of.
Thanks,
Sivarjun.
No gtk# PlotView control in Mono 5.1
I can't find any PlotView control in Mono 5.1.
I installed :
OxyPlot.Core
OxyPlot.Contrib
OxyPlot.GtkSharp
via inbuild NuGet.
Plot filled circles with specified intensities and locations
Can I plot filled circles with user specified intensities (gray scale) and locations with current implementation? If not, any example how to extend the rendering model? Thanks.
Oxyplot crashes in Avalondock
Hello,
I´m using oxyplot for quite a while in an avalondock environment. When I try to move a plot, my programs throws a System.InvalidOperationException (Must disconnect specified child from current parent Visual before attaching to new parent Visual).
It happens in the PlotBase.cs, line 448, method
private bool IsUserVisible(FrameworkElement element, FrameworkElement container)
which was called from PlotBase.cs, line 425, method
protected bool IsVisibleToUser()
The container is System.Windows.Controls.ScrollViewer.
Thanks in advance,
Markus
Changing ReportStyle Fonts
When I change the ReportStyleFont like so:
var reportStyle = new ReportStyle("Times New Roman", "Times New Roman");
And then attempt to generate the PDF report:
using (var w = new PdfReportWriter(path))
{w.WriteReport(r, reportStyle);}
I end up getting this error:
"Additional information: The CLR has been unable to transition from COM context 0xdd025ba8 to COM context 0xdd025cd0 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations."
It would seem that this operation runs for too long. If I leave the fonts as default, it works fine. Is there a way for me to get around this?
auto plot margin doesnot regard scatter error series
hi,
I want to plot basic line with error line in oxyplot, so I first add line series, then use scatter error series. but the plot crop the size to fit the size of line, when vertical error line exceeded the border of plot. how can I tell the oxyplot to automatically adjust the axis scale to include all of the visual elements.
How to rotate plot when outputting to PDF report?
Hi,
Is there a way to rotate a plot when generating a PDF report?
Customer support service by UserEcho