Click or drag to resize

AxisSmithBaseNormToAbs Method

LightningChart .NET Help
Converts normed smith view value to absolute value. Normed value 1 matches the given absolute reference value.

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

Parameters

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

Return Value

Type: Double
Absolute smith value.
See Also