-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C#] C# bindings progress #296
Comments
statistical charts: #316 |
financial charts: #331 |
all other 2D charts: #333 |
kMutagene
added a commit
that referenced
this issue
Aug 2, 2022
#296: Complete C# bindings for 2D charts
all other 3D charts: #337 |
all other map charts: #343 |
ternary and carpet charts: #347 |
domain and smith charts: #352 |
The C# API is now complete regarding the chart construction API |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is for tracking the progress of the native C# bindings for the Chart API of Plotly.NET.
The aim is to provide 1 binding per chart first, meaning overloads will come later (such as tupled data input).
See #285 for more info and guidelines if you want to help moving this forward
Chart generation
Layout objects
There are many, this will be gradually updated.
Trace objects
There are many, this will be gradually updated.
Extension methods (styling, layouting)
There are many, this will be gradually updated.
The text was updated successfully, but these errors were encountered: