GuiXYPlotPlotXY(Double, Double, IPlotInfo, Boolean) Method
Plot single trace
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<double>^ x,
array<double>^ y,
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
- info
- xinfoonly Boolean (Optional)