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.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double AbsToNorm(
double value
)
Public Function AbsToNorm (
value As Double
) As Double
public:
double AbsToNorm(
double value
)
Parameters
- value
- Type: SystemDouble
Smith values imaginary or real part to convert.
Return Value
Type:
DoubleNormed smith value.
See Also