plotly / Plotly.NET

interactive graphing library for .NET programming languages :chart_with_upwards_trend:
https://plotly.net
MIT License
654 stars 84 forks source link

[C#] C# bindings progress #296

Closed kMutagene closed 2 years ago

kMutagene commented 2 years ago

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.

kMutagene commented 2 years ago

statistical charts: #316

kMutagene commented 2 years ago

financial charts: #331

kMutagene commented 2 years ago

all other 2D charts: #333

kMutagene commented 2 years ago

all other 3D charts: #337

kMutagene commented 2 years ago

all other map charts: #343

kMutagene commented 2 years ago

ternary and carpet charts: #347

kMutagene commented 2 years ago

domain and smith charts: #352

kMutagene commented 2 years ago

The C# API is now complete regarding the chart construction API