GuiXYPlotPlotCartesian(Double, Double, Double, IPlotInfo, Boolean) Method

Plot single trace with uncertainties

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,
	double[,][] cv,
	IPlotInfo info,
	bool onlyPoints = false
)

Parameters

x  Double
y  Double
cv  Double
info  IPlotInfo
onlyPoints  Boolean  (Optional)

See Also