Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I want to display a graph for an ellipse whose parameters are x and y, so i need the fonction oxyplot to have instruction like this :

What I have tried:

x = (x1+x2)/2 + X*Math.Cos(w) - Y*Math.Sin(w);
y = (y1+y2)/2 + X*Math.Sin(w) + Y*Math.Cos(w);
plot(x,y);
Posted
Updated 16-Apr-17 3:36am

1 solution

OK, have fun getting support for OxyPlot from the people who are writing it.

Support · OxyPlot[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900