New Post: Position of axis values in Polar Plot.
Hi Oystein! I did change the angle of the AngleAxis it does not change the position of the label. The only time it changed was when I put 180 degrees to all axis (two angleaxis and two magnitudeaxis)....
View ArticleNew Post: UserControl: XamlParseException
Hi everybody, I'm a newbie to OxyPlot and WPF. I was able to run this example and adding some more fun stuff in a stand-alone application. But when I try to make a User Control Library I keep getting a...
View ArticleNew Post: Axis label angle set to 90 degrees
Hello, When I tried to create a category axis with its labels' angles set to 90 degrees, I have the following result: As we can see, the axis title is not shown correctly and labels that are to big are...
View ArticleNew Post: Moving the project to GitHub
I'm all in favour, as I like the layout of github more and it has a really nice wiki feature (can be used as documentation and in-project discussions/ideas area). Although I guess I'm a bit bias since...
View ArticleNew Post: OxyPlot DataPoint and Drawing Point extension methods
I've had a reason come up to store values as PointF and convert them to DataPoints so that the user doesn't have to have the OxyPlot namespace when interacting with a simple control built around it. So...
View ArticleNew Post: IsAxisVisible property not working when binding to Model
Is there a way to create a RectangleBarSeries without using the Model property? I've been experimenting but haven't found a way around this issue.
View ArticleNew Post: Example for touch in Win7?
Hi, all. I've just obtained the OxyPlot.WPF package, which I'm trying to use in VS2010. I created the trivial application (just a PlotView in a Grid in a Window, with a bit of view-model code to load...
View ArticleNew Post: Can't display oxyplot in Xaml.
Hi All, When I am calling a new window to show up Oxy plot it just does not show up at all. If I open the window by itself it shows the plot. But if I call from another window it just does not show up....
View ArticleCreated Unassigned: Oxy plot wpf window does not show up when called from...
Hi All,When I am calling a new window to show up Oxy plot it just does not show up at all. If I open the window by itself it shows the plot. But if I call from another window it just does not show up....
View ArticleSource code checked in, #b37c0d55ccd8
Wpf: extend text bounds to avoid unintended clipping
View ArticleCreated Unassigned: WPF Scatterseries not rendered at specific plot sizes...
Hello!I just upgraded to current nuget package from version 2014.1.257.1 to version 2024.1.318.1.What am I doing:I have a plot model with two scatter series and two line series as shown in the...
View ArticleCommented Unassigned: WPF Scatterseries not rendered at specific plot sizes...
Hello!I just upgraded to current nuget package from version 2014.1.257.1 to version 2024.1.318.1.What am I doing:I have a plot model with two scatter series and two line series as shown in the...
View ArticleNew Post: Moving the project to GitHub
Oh, forgot to add, you can also set up a github,io (https://pages.github.com/) page with a github account, and using tools like Jekyll you can pretty easily manage it with just Markdown or...
View ArticleCommented Unassigned: WPF Scatterseries not rendered at specific plot sizes...
Hello!I just upgraded to current nuget package from version 2014.1.257.1 to version 2024.1.318.1.What am I doing:I have a plot model with two scatter series and two line series as shown in the...
View ArticleNew Post: Synced Major Gridlines
I kinda solved this problem, unfortuntely I did not have time to do it in a completely generic fashion. You are welcome to use any of the follwing to make it generic and add it to Oxyplot though!...
View ArticleNew Post: Showing Line at 0 point of X Axis
Hello, First of all thanks a lot for making such an awesome control for free. I would like to show a horizontal line at 0 point of X Axis just as the red line in the following image. Could anybody...
View ArticleNew Post: Showing Line at 0 point of X Axis
Set this: youraxisname.MajorGridlineStyle = LineStyle.Solid; youraxisname.MinorGridlineStyle = LineStyle.None; this way you get all the majorgridlines.
View ArticleCommented Unassigned: WPF Scatterseries not rendered at specific plot sizes...
Hello!I just upgraded to current nuget package from version 2014.1.257.1 to version 2024.1.318.1.What am I doing:I have a plot model with two scatter series and two line series as shown in the...
View ArticleCommented Unassigned: WPF Scatterseries not rendered at specific plot sizes...
Hello!I just upgraded to current nuget package from version 2014.1.257.1 to version 2024.1.318.1.What am I doing:I have a plot model with two scatter series and two line series as shown in the...
View ArticleNew Post: Polar Chart - custom labels (wind directions)
Hello My goal is to show the wind directions (North, East, South and West) on a Polar Chart. How can I do this? With kind regards,
View Article