GuiXYPlotPlotXY(Double, Double, IPlotInfo, Boolean) Method
Plot multiple traces
Namespace: Metas.Vna.Data.GuiAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public void PlotXY(
double[][] x,
double[][] y,
IPlotInfo[] info,
bool xinfoonly = true
)
Public Sub PlotXY (
x As Double()(),
y As Double()(),
info As IPlotInfo(),
Optional xinfoonly As Boolean = true
)
public:
void PlotXY(
array<array<double>^>^ x,
array<array<double>^>^ y,
array<IPlotInfo^>^ info,
bool xinfoonly = true
)
member PlotXY :
x : float[][] *
y : float[][] *
info : IPlotInfo[] *
?xinfoonly : bool
(* Defaults:
let _xinfoonly = defaultArg xinfoonly true
*)
-> unit
Parameters
- x Double
- y Double
- info IPlotInfo
- xinfoonly Boolean (Optional)