GuiXYPlotPlotCartesian(Double, Double, String, Boolean) Method

Plot single trace

Definition

Namespace: Metas.Vna.Data.Gui
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public void PlotCartesian(
	double[] x,
	double[] y,
	string[] info,
	bool onlyPoints = false
)

Parameters

x  Double
y  Double
info  String
onlyPoints  Boolean  (Optional)

See Also