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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew Post: Signing of OxyPlot assemblies
Hi - did anyone create a strong named version of oxyplot?
View ArticleNew 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 ArticleNew 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 ArticleCreated 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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