Click or drag to resize

AxisSmithBaseAbsToNorm Method

LightningChart .NET Help
Converts absolute smith view value to normed value. Normed value 1 is at the center of the chart. Normed value 1 matches the given absolute reference value.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public double AbsToNorm(
	double value
)

Parameters

value
Type: SystemDouble
Smith values imaginary or real part to convert.

Return Value

Type: Double
Normed smith value.
See Also