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