How to create polar plots with Csharp #432
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi @jackthomas818, yes there are multiple ways:
|
Beta Was this translation helpful? Give feedback.
-
|
I've got the basic polar plot displaying. Is it possible to rotate the polar plot clockwise 90 degrees so that the 0 degree is on the bottom of chart? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



yes it is, the respective member is however on the
AngularAxisobject which is not wrapped in the CSharp lib. You can fallback on mixing both APIs, but will have to prefix the calls:I'll go ahead and close this, please use either the Github discussions tab or the discord for questions - issues are more intended for bugs and feature requests