This sample demonstrates the options available for customizing the smith chart.
Radius 10 |
|
Marker | |
Data Label | |
Animation | |
Tooltip | |
Legend | |
Legend Position |
In this example, you can customize the smith chart with several options. Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a data point or tap a data point in touch enabled devices.
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.