Quantcast
Channel: OxyPlot (moved to GitHub)
Browsing all 2061 articles
Browse latest View live
↧

New Post: Problem creating Line Series dynamically

Hi, I am using OxyPlot to achieve few line charts using WPF C#. Using XML : I had created Logarithmic & Linear axis as Left & Bottom respectively and 5 line series in xml respectively. I assign...

View Article


New Post: Problem creating Line Series dynamically

I got the solution, I need to set DataFieldX = "X", DataFieldY = "Y" in my LineSeries along with ItemSource. Thanks

View Article


New Comment on "WpfExample1"

I am using Visual C# 2010 Express edition and downloaded packages using nuget command line C:\Users\sri\Downloads>nuget.exe install oxyplot.wpf Attempting to resolve dependency 'OxyPlot.Core'....

View Article

New Comment on "WpfExample1"

I am using Visual C# 2010 Express edition and downloaded packages using nuget command line C:\Users\sri\Downloads>nuget.exe install oxyplot.wpf Attempting to resolve dependency 'OxyPlot.Core'....

View Article

New Post: Examples and Documentation

For a WPF application, 1) should I import all the following 3 references:using OxyPlot; using OxyPlot.Axes; using OxyPlot.Wpf; If I do, then for the following code:var dateTimeAxis1 = new...

View Article


New Comment on "WpfExample1"

Some of the error messages disappeared after fully qualifying to use OxyPlot.Series.LineSeries (instead of OxyPlot.Wpf.LineSeries) However, there's error at the code: temp.Axes.Add(new...

View Article

New Comment on "WpfExample1"

Some of the error messages disappeared after fully qualifying to use OxyPlot.Series.LineSeries (instead of OxyPlot.Wpf.LineSeries) If we have to use OxyPlot.* objects over OxyPlot.Wpf.* (LineSeries,...

View Article

New Post: Importing SVG

I have an SVG that was created by OxyPlot. I can't find a import function. I just need to show the SVG image and not manipulate it. Is that outside the scope of this project?

View Article


New Post: Signing of OxyPlot assemblies

Hi - did anyone create a strong named version of oxyplot?

View Article


New Post: WPF Pie Chart

Hello, Is it possible to work with pie chart in WPF ? I find AreaSeries, BarSeries, ColumnSeries, LineSeries, ScatterSeries, TwoColorLineSeries but not PieSeries... I find nothing in documentation......

View Article

New Post: Track all the series same time?

Hi and thanks for exellent project! When I activate the tracker, it shows only values from one serie. Is it possible to show values of all the series which vertical tracker crosses? I could do this...

View Article

Created Unassigned: Stacked AreaSeries [10108]

See contributionhttps://oxyplot.codeplex.com/SourceControl/network/forks/benjaminrupp/StackedAreaLineSeries/contribution/3929Alt 1: Implement a new series StackedAreaSeriesAlt 2: Add a IsStacked...

View Article

New Post: OxyPlot.Axes.DateTimeAxis ArgumentOutOfRangeException and...

Sorry, I have no experience with VB, but the VB example in Source\OxyPlot.WPF_VB.sln compiles without any errors here. I can also use Dim xAxis As DateTimeAxis = New DateTimeAxis()` without getting any...

View Article


New Post: Updating HeatMapSeries

The InvalidatePlot/RefreshPlot methods in the PlotModel should update the plot. The Update and UpdateAxisTransforms are not sufficient (these should probably not be public...) Is this a problem with...

View Article

New Post: PNG encoder changes?

Thank you! I received the book yesterday! I am looking really forward to read it, I find PDF export to be very exciting :) (and I want to learn more about text encoding and font embedding)

View Article


New Post: Sparklines using OxyPloy

Thanks for the links! Would you like to see examples for WPF or Win8? There is an example for Silverlight, see Source\Examples\Silverlight\SparklineDemo. I think it can be done the same way for WPF and...

View Article

Created Unassigned: BubbleChart [10109]

see http://bl.ocks.org/mbostock/4063269

View Article


Created Unassigned: Chord diagram [10110]

See http://bl.ocks.org/mbostock/4062006

View Article

Created Unassigned: Bullet chart [10111]

see http://bl.ocks.org/mbostock/4061961

View Article

New Post: Oxyplot Features

Thanks for the link! The D3 library is very cool! Most of these chart types can be implemented as custom series (but animations are not yet supported by OxyPlot), and I think some of them could also be...

View Article
Browsing all 2061 articles
Browse latest View live