GuiVnaPlotTSetYRange Method

Sets Y-Scale Range

Definition

Namespace: Metas.Vna.Data.Gui
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public void SetYRange(
	double min,
	double max
)

Parameters

min  Double
Minimum
max  Double
Maximum

See Also