This sample visualizes two transmissions in Smith chart. Rendering Smith chart can be changed by using the Render Type
in properties panel.
In this example, you can see how to render a Smith chart with multiple series. Legend has been enabled to denote the series in Smith chart.
Smith chart component features are segregated into individual feature-wise modules. To use a tooltip, inject the Tooltip
module using the SmithChart.Inject(TooltipRender)
method, and use a legend by injecting the Legend
module using the SmithChart.Inject(Legend)
method.