plotly / Plotly.NET

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

None of example covers secondary axis in C# Console App #412

Open kkartavenka opened 1 year ago

kkartavenka commented 1 year ago

There is no example for C# console application that addresses the use of the secondary axis: Program.cs

Secondary axis is a must, but example does not cover it for any 2D plots.

kMutagene commented 1 year ago

That console app is not meant to be a reference for anything. It is just an internal testing project.

For documentation, please refer either to the samples on Plotly.NET (multiple axis sample is here: https://plotly.net/chart-layout/axis-styling.html#Multiple-axes-on-different-sides-of-the-chart), or the API reference (https://plotly.net/reference/index.html).

However, it seems like the reference for Plotly.NET.CSharp was not generated in the latest docs build, I'll look into that.