Skip to content

Commit 2c4263b

Browse files
983838: Updated content correction mentioned in the Smith Chart UG.
1 parent 78f8d30 commit 2c4263b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

blazor/smith-chart/smith-chart-legend.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The legend can also be placed anywhere in the Smith Chart by setting [Position](
8585
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
8686
new SmithChartData { Resistance = 10, Reactance = 25 },
8787
new SmithChartData { Resistance = 6, Reactance = 4.5 },
88-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
88+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
8989
new SmithChartData { Resistance = 2, Reactance = 1.2 },
9090
new SmithChartData { Resistance = 1, Reactance = 0.8 },
9191
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -135,7 +135,7 @@ The legend's alignment can be customized. By default, it is centered. Use the [A
135135
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
136136
new SmithChartData { Resistance = 10, Reactance = 25 },
137137
new SmithChartData { Resistance = 6, Reactance = 4.5 },
138-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
138+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
139139
new SmithChartData { Resistance = 2, Reactance = 1.2 },
140140
new SmithChartData { Resistance = 1, Reactance = 0.8 },
141141
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -187,7 +187,7 @@ The legend is rendered as a **Circle** by default, matching the series color. Us
187187
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
188188
new SmithChartData { Resistance = 10, Reactance = 25 },
189189
new SmithChartData { Resistance = 6, Reactance = 4.5 },
190-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
190+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
191191
new SmithChartData { Resistance = 2, Reactance = 1.2 },
192192
new SmithChartData { Resistance = 1, Reactance = 0.8 },
193193
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -235,7 +235,7 @@ By default, the legend occupies 20%–25% of the Smith Chart's height (top/botto
235235
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
236236
new SmithChartData { Resistance = 10, Reactance = 25 },
237237
new SmithChartData { Resistance = 6, Reactance = 4.5 },
238-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
238+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
239239
new SmithChartData { Resistance = 2, Reactance = 1.2 },
240240
new SmithChartData { Resistance = 1, Reactance = 0.8 },
241241
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -286,7 +286,7 @@ Customize the space between legend items using the [ItemPadding](https://help.sy
286286
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
287287
new SmithChartData { Resistance = 10, Reactance = 25 },
288288
new SmithChartData { Resistance = 6, Reactance = 4.5 },
289-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
289+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
290290
new SmithChartData { Resistance = 2, Reactance = 1.2 },
291291
new SmithChartData { Resistance = 1, Reactance = 0.8 },
292292
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -341,7 +341,7 @@ Customize each legend item's style, border, and text using the following propert
341341
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
342342
new SmithChartData { Resistance = 10, Reactance = 25 },
343343
new SmithChartData { Resistance = 6, Reactance = 4.5 },
344-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
344+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
345345
new SmithChartData { Resistance = 2, Reactance = 1.2 },
346346
new SmithChartData { Resistance = 1, Reactance = 0.8 },
347347
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -391,7 +391,7 @@ The legend displays the series name by default. Series visibility can be toggled
391391
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
392392
new SmithChartData { Resistance = 10, Reactance = 25 },
393393
new SmithChartData { Resistance = 6, Reactance = 4.5 },
394-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
394+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
395395
new SmithChartData { Resistance = 2, Reactance = 1.2 },
396396
new SmithChartData { Resistance = 1, Reactance = 0.8 },
397397
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -438,7 +438,7 @@ Arrange the legend in rows and columns using the [RowCount](https://help.syncfus
438438
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
439439
new SmithChartData { Resistance = 10, Reactance = 25 },
440440
new SmithChartData { Resistance = 6, Reactance = 4.5 },
441-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
441+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
442442
new SmithChartData { Resistance = 2, Reactance = 1.2 },
443443
new SmithChartData { Resistance = 1, Reactance = 0.8 },
444444
new SmithChartData { Resistance = 0, Reactance = 0.2 }
@@ -494,7 +494,7 @@ The legend title provides information about the legend collection. Customize the
494494
public List<SmithChartData> FirstTransmissionData = new List<SmithChartData> {
495495
new SmithChartData { Resistance = 10, Reactance = 25 },
496496
new SmithChartData { Resistance = 6, Reactance = 4.5 },
497-
new SmithChartData { Resistance = 3.5, Reactanc = 1.6 },
497+
new SmithChartData { Resistance = 3.5, Reactance = 1.6 },
498498
new SmithChartData { Resistance = 2, Reactance = 1.2 },
499499
new SmithChartData { Resistance = 1, Reactance = 0.8 },
500500
new SmithChartData { Resistance = 0, Reactance = 0.2 }

0 commit comments

Comments
 (0)