Open kkartavenka opened 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.
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.