This sample visualizes two transmissions in a Smith chart. Rendering Smith chart can be changed by using the Render Type in properties panel.
| Radius 10 |
|
| Marker | |
| Data Label | |
| Animation | |
| Tooltip | |
| Legend | |
| Legend Position |
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. Injecting Module 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.