Represents react Smithchart Component
<SmithchartComponent></SmithchartComponent>
string
The background color of the smithchart.
SmithchartBorderModel
options for customizing border.
SmithchartRect
area bounds
number
Spacing between elements.
Defaults to 10
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
SmithchartFontModel
options for customizing margin.
string
height for smithchart.
Defaults to ”
SmithchartAxisModel
Options to configure the horizontal axis.
SmithchartRect
legend bounds
SmithchartLegendSettingsModel
options for customizing legend.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defaults to ”
SmithchartMarginModel
options for customizing margin.
SmithchartAxisModel
Options to configure the vertical axis.
number
Spacing between elements.
Defaults to 1
RenderType
render type of smithchart.
Defaults to Impedance
SmithchartSeriesModel[]
options for customizing series.
SmithchartLegend
smithchartLegendModule
is used to add legend to the smithchart.
SmithchartTheme
theme for smithchart.
Defaults to Material
TitleModel
options for customizing title.
TooltipRender
tooltipRenderModule
is used to add tooltip to the smithchart.
string
width for smithchart.
Defaults to ”
To destroy the widget
Returns void
Handles the export method for chart control.
Returns void
Get component name
Returns string
To handle the click event for the smithchart.
Returns void
To handle the window resize event on smithchart.
Returns boolean
EmitType<ISmithchartAnimationCompleteEventArgs>
Triggers after the animation completed.
EmitType<ISmithchartAxisLabelRenderEventArgs>
Triggers before the axis label is rendered.
EmitType<ISmithchartPrintEventArgs>
Triggers before the prints gets started.
EmitType<ISmithchartLegendRenderEventArgs>
Triggers before the legend is rendered.
EmitType<ISmithchartLoadEventArgs>
Triggers before smithchart rendered.
EmitType<ISmithchartLoadedEventArgs>
Triggers after smithchart rendered.
EmitType<ISmithchartSeriesRenderEventArgs>
Triggers before the series is rendered.
EmitType<ISubTitleRenderEventArgs>
Triggers before the sub-title is rendered.
EmitType<ISmithchartTextRenderEventArgs>
Triggers before the datalabel text is rendered.
EmitType<ITitleRenderEventArgs>
Triggers before the title is rendered.
EmitType<ISmithChartTooltipEventArgs>
Triggers before the tooltip rendering.