GuiXYPlotPlotCartesian(Double, Double, Double, IPlotInfo, 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,
IPlotInfo info,
bool onlyPoints = false
)
Public Sub PlotCartesian (
x As Double(),
y As Double(),
cv As Double(,)(),
info As IPlotInfo,
Optional onlyPoints As Boolean = false
)
public:
void PlotCartesian(
array<double>^ x,
array<double>^ y,
array<array<double,2>^>^ cv,
IPlotInfo^ info,
bool onlyPoints = false
)
member PlotCartesian :
x : float[] *
y : float[] *
cv : float[,][] *
info : IPlotInfo *
?onlyPoints : bool
(* Defaults:
let _onlyPoints = defaultArg onlyPoints false
*)
-> unit
Parameters
- x Double
- y Double
- cv Double
- info IPlotInfo
- onlyPoints Boolean (Optional)