GuiXYPlotPlotCartesian(Double, Double, Double, String, Boolean) Method
Plot single trace with uncertainties
Namespace: Metas.Vna.Data.GuiAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public void PlotCartesian(
double[] x,
double[] y,
double[,][] cv,
string[] info,
bool onlyPoints = false
)
Public Sub PlotCartesian (
x As Double(),
y As Double(),
cv As Double(,)(),
info As String(),
Optional onlyPoints As Boolean = false
)
public:
void PlotCartesian(
array<double>^ x,
array<double>^ y,
array<array<double,2>^>^ cv,
array<String^>^ info,
bool onlyPoints = false
)
member PlotCartesian :
x : float[] *
y : float[] *
cv : float[,][] *
info : string[] *
?onlyPoints : bool
(* Defaults:
let _onlyPoints = defaultArg onlyPoints false
*)
-> unit
Parameters
- x Double
- y Double
- cv Double
- info String
- onlyPoints Boolean (Optional)