syncfusion-angular-smith-chart
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseImplementing Syncfusion Angular Smith Chart Component
实现Syncfusion Angular Smith Chart组件
When to Use This Skill
何时使用本技能
Use this skill when you need to:
- Visualize transmission lines - Plot impedance or admittance parameters on smith charts for circuit analysis
- Create smith charts - Render smith chart components with proper configuration and data binding
- Add multiple series - Display multiple transmission line series on a single chart
- Customize axes - Configure horizontal and radial axes with custom labels, gridlines, and styling
- Highlight data points - Add markers and data labels to emphasize key values
- Display legends - Implement legends with positioning, alignment, and visibility toggling
- Enable interactivity - Add tooltips, print functionality, and event handling
- Style and theme - Apply Syncfusion themes, custom colors, and responsive sizing
- Ensure accessibility - Support WCAG compliance, keyboard navigation, and RTL layouts
当你需要以下操作时,可使用本技能:
- 可视化传输线 - 在Smith Chart上绘制阻抗或导纳参数以进行电路分析
- 创建Smith Chart - 通过正确配置和数据绑定渲染Smith Chart组件
- 添加多系列数据 - 在单个图表中展示多条传输线系列数据
- 自定义坐标轴 - 配置水平轴和径向轴的自定义标签、网格线及样式
- 高亮数据点 - 添加标记点和数据标签以突出关键数值
- 展示图例 - 实现可设置位置、对齐方式及可见性切换的图例
- 启用交互功能 - 添加工具提示、打印功能及事件处理
- 样式与主题设置 - 应用Syncfusion主题、自定义颜色及响应式尺寸
- 保障无障碍访问 - 支持WCAG合规、键盘导航及RTL布局
Component Overview
组件概述
The Syncfusion Angular Smith Chart is a specialized data visualization component for high-frequency circuit applications. It uses two sets of concentric circles (constant resistance and reactance) to plot transmission line parameters for impedance and admittance analysis.
Key Characteristics:
- Dual-axis system - Horizontal axis (straight line for resistance) and radial axis (circular path for reactance)
- Render Types - Support for both (default) and
ImpedanceparametersAdmittance - Multi-series support - Display multiple transmission line series simultaneously with different colors and styles
- Data binding - Two methods: array or
pointswithdataSource/resistanceproperty mappingreactance - Interactive elements - Markers, data labels, tooltips, legends with visibility toggle, and export functionality
- Customizable styling - Axis labels, major/minor gridlines, colors, themes (Material, Bootstrap, Tailwind), responsive sizing
- Accessibility features - WCAG compliance, keyboard navigation, RTL (right-to-left) support, screen reader compatibility
- Event-driven - Load events, series rendering, legend interactions, and tooltip customization
- Export capabilities - PNG, JPEG, SVG formats for reporting and documentation
Syncfusion Angular Smith Chart是一款专为高频电路应用设计的专业数据可视化组件。它使用两组同心圆(恒定电阻圆和电抗圆)来绘制传输线参数,用于阻抗和导纳分析。
核心特性:
- 双轴系统 - 水平轴(用于电阻的直线)和径向轴(用于电抗的圆形路径)
- 渲染类型 - 支持(默认)和
Impedance两种参数类型Admittance - 多系列支持 - 可同时展示多条传输线系列数据,支持不同颜色和样式
- 数据绑定 - 两种方式:数组或
points结合dataSource/resistance属性映射reactance - 交互元素 - 标记点、数据标签、工具提示、带可见性切换的图例及导出功能
- 可自定义样式 - 坐标轴标签、主次网格线、颜色、主题(Material、Bootstrap、Tailwind)、响应式尺寸
- 无障碍特性 - WCAG合规、键盘导航、RTL(从右到左)支持、屏幕阅读器兼容
- 事件驱动 - 加载事件、系列渲染事件、图例交互事件及工具提示自定义事件
- 导出能力 - 支持PNG、JPEG、SVG格式,用于报告和文档生成
Documentation and Navigation Guide
文档与导航指南
This skill guides you through implementing smith charts. Here are the key topics:
本技能将指导你实现Smith Chart,以下是核心主题:
Getting Started
入门指南
📄 Read: references/getting-started.md
- Installation and package setup for Angular 19+
- Basic smith chart component implementation
- Module injection requirements
- Data binding with resistance and rectangle values
- CSS imports and theming
- When to read: Before implementing your first smith chart
📄 阅读: references/getting-started.md
- Angular 19+的安装与包配置
- 基础Smith Chart组件实现
- 模块注入要求
- 电阻和电抗值的数据绑定
- CSS导入与主题设置
- 阅读时机:在实现首个Smith Chart之前
Series and Data Management
系列数据管理
📄 Read: references/series-and-data.md
- Understanding series concepts and data structure
- Points vs dataSource for data input
- Impedance and Admittance render types
- Series customization (fill, opacity, width, visibility)
- Multiple series examples and patterns
- Smart labels and overlapping prevention
- When to read: Bind data and configure multiple series
📄 阅读: references/series-and-data.md
- 理解系列数据概念与数据结构
- 对比points与dataSource两种数据输入方式
- Impedance和Admittance渲染类型
- 系列数据自定义(填充色、透明度、宽度、可见性)
- 多系列数据示例与模式
- 智能标签与重叠避免
- 阅读时机:绑定数据并配置多系列数据时
Axis Customization
坐标轴自定义
📄 Read: references/axis-customization.md
- Horizontal and radial axis configuration
- Axis labels (positioning, intersection handling, styling)
- Major and minor gridlines (visibility, width, dash patterns, opacity)
- Axis line customization
- Label and value formatting
- When to read: Customize axis appearance and behavior
📄 阅读: references/axis-customization.md
- 水平轴与径向轴配置
- 坐标轴标签(位置、交叉处理、样式)
- 主次网格线(可见性、宽度、虚线样式、透明度)
- 轴线自定义
- 标签与数值格式化
- 阅读时机:自定义坐标轴外观与行为时
Markers and Data Labels
标记点与数据标签
📄 Read: references/markers-and-labels.md
- Marker configuration and visibility
- Data label display and formatting
- Positioning markers and labels without overlap
- Custom label content (resistance, reactance values)
- Formatting numeric values
- When to read: Highlight specific data points or show detailed values
📄 阅读: references/markers-and-labels.md
- 标记点配置与可见性
- 数据标签展示与格式化
- 标记点与标签的无重叠定位
- 自定义标签内容(电阻、电抗值)
- 数值格式化
- 阅读时机:高亮特定数据点或展示详细数值时
Legend and Interaction
图例与交互
📄 Read: references/legend-and-interaction.md
- Legend visibility and positioning (top, bottom, left, right, custom)
- Legend alignment and placement
- Legend shape customization (circle, rectangle, triangle)
- Legend sizing and responsiveness
- Series visibility toggle with legend clicks
- When to read: Add and configure legends for series identification
📄 阅读: references/legend-and-interaction.md
- 图例可见性与位置设置(顶部、底部、左侧、右侧、自定义)
- 图例对齐方式与布局
- 图例形状自定义(圆形、矩形、三角形)
- 图例尺寸与响应性
- 通过点击图例切换系列数据可见性
- 阅读时机:添加并配置图例以标识系列数据时
Advanced Features
高级功能
📄 Read: references/advanced-features.md
- Tooltip configuration and formatting
- Print and export functionality
- RTL (Right-to-Left) support
- Theming and CSS customization
- Container sizing and responsive behavior
- WCAG accessibility compliance
- Keyboard navigation
- Event handling (click, hover, legend toggle)
- When to read: Implement complex features like tooltips, export, events, or accessibility
📄 阅读: references/advanced-features.md
- 工具提示配置与格式化
- 打印与导出功能
- RTL(从右到左)支持
- 主题与CSS自定义
- 容器尺寸与响应式行为
- WCAG无障碍合规
- 键盘导航
- 事件处理(点击、悬停、图例切换)
- 阅读时机:实现工具提示、导出、事件或无障碍等复杂功能时
Troubleshooting
故障排除
📄 Read: references/troubleshooting.md
- Common implementation issues and solutions
- Data format validation and errors
- Module import troubleshooting
- Performance optimization tips
- Chart rendering and display issues
- When to read: Debug issues or optimize chart performance
📄 阅读: references/troubleshooting.md
- 常见实现问题与解决方案
- 数据格式验证与错误处理
- 模块导入故障排查
- 性能优化技巧
- 图表渲染与显示问题
- 阅读时机:调试问题或优化图表性能时
Quick Start Example
快速入门示例
Here's a minimal example to render a basic smith chart:
typescript
import { SmithchartModule } from '@syncfusion/ej2-angular-charts'
import { Component } from '@angular/core';
@Component({
imports: [SmithchartModule],
standalone: true,
selector: 'app-container',
template: `<ejs-smithchart
id='smithchart-container'
[series]="series">
</ejs-smithchart>`
})
export class AppComponent {
series = [{
points: [
{ resistance: 10, reactance: 10 },
{ resistance: 20, reactance: 15 },
{ resistance: 30, reactance: 5 },
{ resistance: 40, reactance: -5 },
{ resistance: 50, reactance: -15 }
]
}]
}Output: A basic smith chart with one series showing transmission line impedance values.
以下是渲染基础Smith Chart的最简示例:
typescript
import { SmithchartModule } from '@syncfusion/ej2-angular-charts'
import { Component } from '@angular/core';
@Component({
imports: [SmithchartModule],
standalone: true,
selector: 'app-container',
template: `<ejs-smithchart
id='smithchart-container'
[series]="series">
</ejs-smithchart>`
})
export class AppComponent {
series = [{
points: [
{ resistance: 10, reactance: 10 },
{ resistance: 20, reactance: 15 },
{ resistance: 30, reactance: 5 },
{ resistance: 40, reactance: -5 },
{ resistance: 50, reactance: -15 }
]
}]
}输出: 一个包含单系列数据的基础Smith Chart,展示传输线阻抗值。
Common Patterns
常见模式
Pattern 1: Multi-Series Transmission Line Comparison
模式1:多系列传输线对比
Display multiple transmission line series with different colors for impedance comparison:
typescript
series = [
{
name: 'Transmission Line A',
points: [
{ resistance: 0.2, reactance: 0.1 },
{ resistance: 0.5, reactance: 0.3 },
{ resistance: 1.0, reactance: 0.5 }
],
fill: '#0066CC',
marker: { visible: true },
tooltip: { visible: true }
},
{
name: 'Transmission Line B',
points: [
{ resistance: 0.3, reactance: 0.15 },
{ resistance: 0.6, reactance: 0.4 },
{ resistance: 1.2, reactance: 0.6 }
],
fill: '#FF6633',
marker: { visible: true },
tooltip: { visible: true }
}
]展示多条传输线系列数据,使用不同颜色进行阻抗对比:
typescript
series = [
{
name: 'Transmission Line A',
points: [
{ resistance: 0.2, reactance: 0.1 },
{ resistance: 0.5, reactance: 0.3 },
{ resistance: 1.0, reactance: 0.5 }
],
fill: '#0066CC',
marker: { visible: true },
tooltip: { visible: true }
},
{
name: 'Transmission Line B',
points: [
{ resistance: 0.3, reactance: 0.15 },
{ resistance: 0.6, reactance: 0.4 },
{ resistance: 1.2, reactance: 0.6 }
],
fill: '#FF6633',
marker: { visible: true },
tooltip: { visible: true }
}
]Pattern 2: Interactive Tooltips, Legends, and Markers
模式2:交互式工具提示、图例与标记点
Enable legends for series identification, tooltips for detailed values, and markers to highlight data points:
typescript
@Component({
template: `
<ejs-smithchart [series]="series" [legendSettings]="legendSettings">
</ejs-smithchart>
`
})
export class AppComponent {
series = [
{
name: 'Device A',
marker: {
visible: true,
shape: 'Circle',
width: 8,
height: 8,
dataLabel: { visible: true } // ✓ dataLabel INSIDE marker
},
tooltip: { visible: true, template: 'R:${resistance}+jX:${reactance}' },
points: [...]
}
];
legendSettings = {
visible: true,
position: 'Bottom',
alignment: 'Center'
};
}启用图例以标识系列数据,添加工具提示展示详细数值,使用标记点高亮数据点:
typescript
@Component({
template: `
<ejs-smithchart [series]="series" [legendSettings]="legendSettings">
</ejs-smithchart>
`
})
export class AppComponent {
series = [
{
name: 'Device A',
marker: {
visible: true,
shape: 'Circle',
width: 8,
height: 8,
dataLabel: { visible: true } // ✓ dataLabel INSIDE marker
},
tooltip: { visible: true, template: 'R:${resistance}+jX:${reactance}' },
points: [...]
}
];
legendSettings = {
visible: true,
position: 'Bottom',
alignment: 'Center'
};
}Pattern 3: Admittance Render Type with Axis Customization
模式3:导纳渲染类型与坐标轴自定义
Switch to Admittance rendering and customize axes with gridlines:
typescript
@Component({
template: `
<ejs-smithchart
[series]="series"
[horizontalAxis]="hAxis"
[radialAxis]="rAxis">
</ejs-smithchart>
`
})
export class AppComponent {
series = [
{
points: [...],
renderType: 'Admittance'
}
];
hAxis = {
labelPosition: 'Outside',
majorGridlines: { visible: true, width: 1, opacity: 0.8 },
minorGridlines: { visible: true, count: 4, opacity: 0.4 }
};
rAxis = {
majorGridlines: { visible: true, width: 1, opacity: 0.8 },
minorGridlines: { visible: true, count: 4, opacity: 0.4 }
};
}切换到导纳渲染类型,并自定义坐标轴与网格线:
typescript
@Component({
template: `
<ejs-smithchart
[series]="series"
[horizontalAxis]="hAxis"
[radialAxis]="rAxis">
</ejs-smithchart>
`
})
export class AppComponent {
series = [
{
points: [...],
renderType: 'Admittance'
}
];
hAxis = {
labelPosition: 'Outside',
majorGridlines: { visible: true, width: 1, opacity: 0.8 },
minorGridlines: { visible: true, count: 4, opacity: 0.4 }
};
rAxis = {
majorGridlines: { visible: true, width: 1, opacity: 0.8 },
minorGridlines: { visible: true, count: 4, opacity: 0.4 }
};
}Pattern 4: Data-Driven Series from External Source
模式4:从外部数据源绑定系列数据
Bind series data from an array using dataSource property:
typescript
series = [
{
name: 'Test Results',
dataSource: [
{ impedance: 50, phase: 0 }, // Will be mapped to resistance/reactance
{ impedance: 75, phase: 15 },
{ impedance: 100, phase: 30 }
],
resistance: 'impedance',
reactance: 'phase'
}
];使用dataSource属性从数组绑定系列数据:
typescript
series = [
{
name: 'Test Results',
dataSource: [
{ impedance: 50, phase: 0 }, // Will be mapped to resistance/reactance
{ impedance: 75, phase: 15 },
{ impedance: 100, phase: 30 }
],
resistance: 'impedance',
reactance: 'phase'
}
];Pattern 5: Export and Print Integration
模式5:导出与打印集成
Enable export and print functionality for documentation:
typescript
@Component({
template: `
<div>
<button (click)="exportChart('PNG')">Export PNG</button>
<button (click)="exportChart('SVG')">Export SVG</button>
<button (click)="printChart()">Print</button>
</div>
<ejs-smithchart #smithchart [series]="series"></ejs-smithchart>
`
})
export class AppComponent {
@ViewChild('smithchart') smithchart!: any;
exportChart(format: string) {
this.smithchart.export(format, 'smith-chart-export');
}
printChart() {
this.smithchart.print();
}
}启用导出与打印功能以用于文档生成:
typescript
@Component({
template: `
<div>
<button (click)="exportChart('PNG')">Export PNG</button>
<button (click)="exportChart('SVG')">Export SVG</button>
<button (click)="printChart()">Print</button>
</div>
<ejs-smithchart #smithchart [series]="series"></ejs-smithchart>
`
})
export class AppComponent {
@ViewChild('smithchart') smithchart!: any;
exportChart(format: string) {
this.smithchart.export(format, 'smith-chart-export');
}
printChart() {
this.smithchart.print();
}
}Import Best Practices
导入最佳实践
✅ Minimal Imports (Most Cases)
✅ 最小化导入(大多数场景)
For basic smith charts without advanced features, import only what you need:
typescript
import { SmithchartModule } from '@syncfusion/ej2-angular-charts'
import { Component, ViewEncapsulation } from '@angular/core'
@Component({
imports: [SmithchartModule], // ✓ Only SmithchartModule needed
standalone: true,
encapsulation: ViewEncapsulation.None,
template: `<ejs-smithchart [series]="series"></ejs-smithchart>`
})
export class AppComponent {
series = [{ points: [...] }]
}对于无需高级功能的基础Smith Chart,仅导入所需模块:
typescript
import { SmithchartModule } from '@syncfusion/ej2-angular-charts'
import { Component, ViewEncapsulation } from '@angular/core'
@Component({
imports: [SmithchartModule], // ✓ Only SmithchartModule needed
standalone: true,
encapsulation: ViewEncapsulation.None,
template: `<ejs-smithchart [series]="series"></ejs-smithchart>`
})
export class AppComponent {
series = [{ points: [...] }]
}❌ Don't Import Unnecessary Modules
❌ 避免导入不必要的模块
Avoid importing modules/services you're not using:
typescript
// ✗ WRONG - CommonModule not needed in standalone component
import { CommonModule } from '@angular/common'
@Component({
imports: [SmithchartModule, CommonModule], // CommonModule is unnecessary
standalone: true
})
// ✗ WRONG - SmithchartLegendService not needed without custom legend events
import { SmithchartLegendService } from '@syncfusion/ej2-angular-charts'
@Component({
providers: [SmithchartLegendService], // Only for custom legend click handling
standalone: true
})
export class AppComponent {
legendSettings = { visible: true } // Basic legend doesn't need the service
}
// ✗ WRONG - TooltipRenderService not needed without tooltips
import { TooltipRenderService } from '@syncfusion/ej2-angular-charts'
@Component({
providers: [TooltipRenderService], // Only needed if tooltip: { visible: true }
standalone: true
})
export class AppComponent {
series = [{ points: [...] }] // No tooltip configuration
}不要导入未使用的模块/服务:
typescript
// ✗ WRONG - CommonModule not needed in standalone component
import { CommonModule } from '@angular/common'
@Component({
imports: [SmithchartModule, CommonModule], // CommonModule is unnecessary
standalone: true
})
// ✗ WRONG - SmithchartLegendService not needed without custom legend events
import { SmithchartLegendService } from '@syncfusion/ej2-angular-charts'
@Component({
providers: [SmithchartLegendService], // Only for custom legend click handling
standalone: true
})
export class AppComponent {
legendSettings = { visible: true } // Basic legend doesn't need the service
}
// ✗ WRONG - TooltipRenderService not needed without tooltips
import { TooltipRenderService } from '@syncfusion/ej2-angular-charts'
@Component({
providers: [TooltipRenderService], // Only needed if tooltip: { visible: true }
standalone: true
})
export class AppComponent {
series = [{ points: [...] }] // No tooltip configuration
}✅ Add Services Only When Needed
✅ 仅在需要时添加服务
| Use Case | Service | Import |
|---|---|---|
| Basic chart | None | Only |
| With tooltips | | Add when using |
| Advanced legend clicks | | Add when handling legend interaction events |
Example: Tooltips Only When Used
typescript
import { SmithchartModule, TooltipRenderService } from '@syncfusion/ej2-angular-charts'
@Component({
imports: [SmithchartModule],
providers: [TooltipRenderService], // ✓ Add only if using tooltips
standalone: true
})
export class AppComponent {
series = [{
points: [
{ resistance: 0.2, reactance: 0.1 },
{ resistance: 0.4, reactance: 0.3 }
],
tooltip: { visible: true } // ✓ Tooltips are configured
}]
}| 使用场景 | 服务 | 导入说明 |
|---|---|---|
| 基础图表 | 无 | 仅需 |
| 使用工具提示 | | 当配置 |
| 高级图例点击 | | 当处理图例交互事件时添加 |
示例:仅在使用工具提示时添加服务
typescript
import { SmithchartModule, TooltipRenderService } from '@syncfusion/ej2-angular-charts'
@Component({
imports: [SmithchartModule],
providers: [TooltipRenderService], // ✓ Add only if using tooltips
standalone: true
})
export class AppComponent {
series = [{
points: [
{ resistance: 0.2, reactance: 0.1 },
{ resistance: 0.4, reactance: 0.3 }
],
tooltip: { visible: true } // ✓ Tooltips are configured
}]
}Key Configuration Properties
核心配置属性
| Property | Type | Default | Purpose |
|---|---|---|---|
| Array | | Array of series with points data for visualization |
| Array | - | Data array for a series (resistance, reactance pairs) |
| Array | - | Bind data from external source or data array |
| string | - | Property name for X-axis value (resistance) from dataSource |
| string | - | Property name for Y-axis value (reactance) from dataSource |
| string | - | Series name for legend display |
| string | | Render type: |
| string | - | Series line color (hex or named color) |
| number | 2 | Series line width in pixels |
| number | 1 | Series line opacity (0-1) |
| object | - | Marker configuration (visible, shape, size) |
| object | - | Data label configuration (visible, format) |
| object | - | Tooltip configuration (visible, format, template) |
| object | - | Title configuration (text, visible, styling) |
| string/number | '400px' | Chart height (px or percentage) |
| string/number | '100%' | Chart width (px or percentage) |
| string | | Built-in theme (Material, Bootstrap, Tailwind, etc.) |
| object | - | Legend configuration (visible, position, alignment) |
| object | - | Horizontal axis customization and labels |
| object | - | Radial axis customization and gridlines |
| boolean | | Enable right-to-left text direction support |
| string | - | Accessibility label for screen readers |
| 属性 | 类型 | 默认值 | 用途 |
|---|---|---|---|
| Array | | 包含可视化数据点的系列数组 |
| Array | - | 单系列的数据数组(电阻、电抗对) |
| Array | - | 从外部数据源或数据数组绑定数据 |
| string | - | dataSource中对应X轴(电阻)值的属性名 |
| string | - | dataSource中对应Y轴(电抗)值的属性名 |
| string | - | 用于图例显示的系列名称 |
| string | | 渲染类型: |
| string | - | 系列线条颜色(十六进制色值或命名颜色) |
| number | 2 | 系列线条宽度(像素) |
| number | 1 | 系列线条透明度(0-1) |
| object | - | 标记点配置(可见性、形状、尺寸) |
| object | - | 数据标签配置(可见性、格式) |
| object | - | 工具提示配置(可见性、格式、模板) |
| object | - | 标题配置(文本、可见性、样式) |
| string/number | '400px' | 图表高度(像素或百分比) |
| string/number | '100%' | 图表宽度(像素或百分比) |
| string | | 内置主题(Material、Bootstrap、Tailwind等) |
| object | - | 图例配置(可见性、位置、对齐方式) |
| object | - | 水平轴自定义与标签设置 |
| object | - | 径向轴自定义与网格线设置 |
| boolean | | 启用从右到左的文本方向支持 |
| string | - | 用于屏幕阅读器的无障碍标签 |
Common Use Cases
常见使用场景
- Circuit Analysis & Impedance Matching - Visualize impedance matching and transmission line characteristics for high-frequency circuits
- Network & Filter Tuning - Display multiple filter responses and network parameters for comparison and optimization
- Antenna Design & Optimization - Plot impedance curves for antenna tuning, SWR analysis, and frequency response visualization
- RF Engineering - Analyze reflection coefficients, standing wave patterns, and transmission line properties
- Microwave Engineering - Design and analyze transmission lines, waveguides, and microwave components
- Educational Content - Teach high-frequency circuit concepts with interactive charts and real-time parameter visualization
- Performance Dashboards - Monitor multiple transmission line metrics and network parameters in real-time
- Device Testing & Validation - Compare measured vs. simulated impedance data for device characterization
- Quality Control - Visualize production test results for electronic components on smith charts
- Signal Integrity Analysis - Analyze termination impedance and signal reflection for PCB design verification
- 电路分析与阻抗匹配 - 可视化高频电路的阻抗匹配和传输线特性
- 网络与滤波器调优 - 展示多个滤波器响应和网络参数以进行对比与优化
- 天线设计与优化 - 绘制阻抗曲线用于天线调谐、驻波比分析和频率响应可视化
- 射频工程 - 分析反射系数、驻波模式和传输线特性
- 微波工程 - 设计和分析传输线、波导和微波组件
- 教学内容 - 通过交互式图表和实时参数可视化教授高频电路概念
- 性能仪表盘 - 实时监控多条传输线指标和网络参数
- 设备测试与验证 - 对比实测与模拟的阻抗数据以进行设备特性分析
- 质量控制 - 在Smith Chart上可视化电子元件的生产测试结果
- 信号完整性分析 - 分析PCB设计中的终端阻抗和信号反射
API Reference
API参考
A complete API reference for the Syncfusion Angular is available in the folder. It includes property anchors, method links, and event argument types that map to the official docs.
SmithchartreferencesRead the API reference: references/api-reference.md
Next Steps: Start with getting-started.md to install and render your first smith chart, then explore other reference guides based on your needs.
Syncfusion Angular 的完整API参考可在文件夹中获取,包含属性锚点、方法链接及与官方文档对应的事件参数类型。
Smithchartreferences阅读API参考:references/api-reference.md
下一步: 从getting-started.md开始,安装并渲染你的首个Smith Chart,然后根据需求探索其他参考指南。