Smith chart left-axis not drawn
Posted: Tue Oct 07, 2008 10:50 am
[Teechart Pro version 3.5.3188.18562]
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:
at line 70 in ToolsGalleryDemos.cs.
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.
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.