This is the discussion forum for OxyPlot.
For bugs and new features, use the issue tracker located at GitHub.
Also try the chat room!
0

NuGet package OxyPlot.Wpf 1.0.0 doesn't include the file OxyPlot.Xps.dll; older versions of OxyPlot.Wpf do.

Sune vor 8 Jahren 0

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.

0

How to make rounded corner of Oxy Plot (Bar chart / Column) graphs ? Is that possible in Oxy Plot ?

ABHISHEK DANGWAL vor 8 Jahren 0

How to make rounded corner of Oxy Plot (Bar chart / Column) graphs ? Is that possible in Oxy Plot ?

0

WPF Tracker with multiple line series value

Nirav Savla vor 8 Jahren 0

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







0

Pie Chart shows 101% as a sum

Sivarjun vor 8 Jahren 0

Image 57


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.


Image 58


Thanks,

Sivarjun.

0

No gtk# PlotView control in Mono 5.1

ado vor 8 Jahren 0

I can't find any PlotView control in Mono 5.1.

I installed :


OxyPlot.Core

OxyPlot.Contrib

OxyPlot.GtkSharp


via inbuild NuGet.

0

Plot filled circles with specified intensities and locations

dyeung vor 8 Jahren 0

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.

0

Oxyplot crashes in Avalondock

Piper vor 8 Jahren 0

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

0

Changing ReportStyle Fonts

Carl vor 8 Jahren aktualisiert vor 8 Jahren 0

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?

0

auto plot margin doesnot regard scatter error series

babaq vor 8 Jahren 0

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.

Image 56

0

How to rotate plot when outputting to PDF report?

Carl vor 8 Jahren 0

Hi,


Is there a way to rotate a plot when generating a PDF report?