GuiXYPlotHistogramPlotHistogram(Double, Double, Double, Double, Double, Double, String, String) Method
Plots Histogram
Namespace: Metas.Vna.Data.GuiAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public void PlotHistogram(
double[] x,
double xmin_k2,
double xmin_k1,
double xmax_k1,
double xmax_k2,
double[] hist,
string xlabel = null,
string ylabel = null
)
Public Sub PlotHistogram (
x As Double(),
xmin_k2 As Double,
xmin_k1 As Double,
xmax_k1 As Double,
xmax_k2 As Double,
hist As Double(),
Optional xlabel As String = Nothing,
Optional ylabel As String = Nothing
)
public:
void PlotHistogram(
array<double>^ x,
double xmin_k2,
double xmin_k1,
double xmax_k1,
double xmax_k2,
array<double>^ hist,
String^ xlabel = nullptr,
String^ ylabel = nullptr
)
member PlotHistogram :
x : float[] *
xmin_k2 : float *
xmin_k1 : float *
xmax_k1 : float *
xmax_k2 : float *
hist : float[] *
?xlabel : string *
?ylabel : string
(* Defaults:
let _xlabel = defaultArg xlabel null
let _ylabel = defaultArg ylabel null
*)
-> unit
Parameters
- x Double
- xmin_k2 Double
- xmin_k1 Double
- xmax_k1 Double
- xmax_k2 Double
- hist Double
- xlabel String (Optional)
- ylabel String (Optional)