New Post: WPF VB.NET application
Sorry, there are no VB.NET examples here, I have no experience with VB. I have not tried with a DataSet yet, but it would be interesting to see if that works! Will add an example (in C#) later.
View ArticleCreated Unassigned: Add inline elements to report paragraphs [10071]
[discussion:453490]
View ArticleNew Post: Report text color
HeaderStyles should only be used for headers. We could change the array to a list, but normally 5 or 6 (html limit) should be enough. To change the color on parts of a paragraph, we need to implement...
View ArticleNew Post: TimeSpan over Occurrance
Hey there, I'm trying to find a way to make a Chart that shows Vertical Columns (ColumnSeries). But i need a TimeSpanAxis on the x-Axis and a linear int Axis on the y-Axis. How can i do that/ can i do...
View ArticleNew Post: TimeSpan over Occurrance
I found this in earlier Discussions:https://oxyplot.codeplex.com/discussions/361912 Did you improve this yet?
View ArticleNew Post: OxyColors Gradient
Haha! It's great! Good choice of colors! :) No I won't mess up my charts like this but thank you!
View ArticleNew Post: LineSeries in Cartesian plot does not redraw correctly.
This is a strange drawing issue with Cartesian type plots that I don't see with regular XY types. Steps to reproduce, 1) Set the PlotType to Cartesian, 2) Re-size the main Window of your application to...
View ArticleNew Post: LineSeries in Cartesian plot does not redraw correctly.
I think the root of the problem is the requirement of being at the same scale, the X and Y axes. When you reduce the width, the X remains the same but the Y axis range is going up. When the width of...
View ArticleNew Post: No WinForms Plot Control!
I am a new user to OxyPlot and tried to create an WinForms example in VS2012 Professional. I followed the steps to add OxyPlot to the VS designer toolbox but I get the following error when I add...
View ArticleNew Post: Scatter Series and HeatMap
Hello! When I tried to plot a scatter Series and a HeatMap together, the scatter points are not visible, how I fix that? Thx for all !!!
View ArticleNew Post: Scatter Series and HeatMap
Try to add the scatter series after the heatmap series. Does that help?
View ArticleNew Post: TimeSpan over Occurrance
No, ColumnSeries will only support CategoryAxis. We cannot know if your columns should be a year or a millisecond wide.. I suggest you use a RectangleSeries if you need to use a TimeSpanAxis.
View ArticleNew Post: Scatter Series and HeatMap
No, I think the problem is with the ColorAxis (needed for HeatMap) because if I add a ColorAxis to the PlotModel, even if i dont add the HeatMap series, the scatter points become "invisibles" ...
View ArticleNew Post: Scatter Series and HeatMap
Hi, I found the problem, I must pass a value to the ScatterPoint constructor, so now it works, thx =D
View ArticleNew Post: color palette in oxyimage
I am not sure how to apply color palette in an oxyimage. I made a byte array by scaling my array in [0,255], and then I want to apply gray(255) scaling on the data. but image decoder throws error, I am...
View ArticleNew Post: WPF VB.NET application
Find, i've find. It's very fun and very easy. Thank a lot for this library. I give you my vb code Public Class Mesure Implements INotifyPropertyChanged Private _Temps As Double Private _Mesure1 As...
View ArticleNew Post: Heatmap with mesh offset problem
Hi objo, I also want to confirm that the problem with the offset still persists. The boundaries are now correct but the internal points are still shifted. Try a symmetric matrix and you will see that...
View ArticleNew Post: Winform Designer Problem
I am a new user to OxyPlot and tried to create an WinForms example in VS2012 Professional. I followed the steps to add OxyPlot to the VS designer toolbox but I get the following error when I add...
View ArticleNew Post: HeatMap Color Bar
How can I get the HeatMap color bar to have a larger width and displayed to the right of the main image with an offset (aka MATLAB)
View Article