Hi,
When one sets the Smith chart's left axis' visibility to true, it still does not render. This is also reproducible using the WPF demo solution, by adding the following:
Code: Select all
chart.Axes.Left.Visible = true;
chart.Axes.Bottom.Visible = true;
Adding these two lines of code forces the axes to be visible. The bottom axis is drawn, but not the left axis.
This seems to only be a WPF issue, as the WinForms version does seem to work fine using the WinForms demo application.