public static void Histogram4(
CGXNETCore gxNetShared,
CMVIEW mview,
CST st_data,
CST st_hist,
string title,
string unit,
double xm,
double ym,
double widthm,
double heightm,
double xd,
double yd,
double widthd,
double heightd,
double sum_width,
int log,
int summ,
int prob,
int fill_color,
int data_decimal,
int stat_decimal,
CST st_box
)
public static void Histogram4(
CGXNETCore gxNetShared,
CMVIEW mview,
CST st_data,
CST st_hist,
string title,
string unit,
double xm,
double ym,
double widthm,
double heightm,
double xd,
double yd,
double widthd,
double heightd,
double sum_width,
int log,
int summ,
int prob,
int fill_color,
int data_decimal,
int stat_decimal,
CST st_box
)
Public Shared Sub Histogram4 (
gxNetShared As CGXNETCore,
mview As CMVIEW,
st_data As CST,
st_hist As CST,
title As String,
unit As String,
xm As Double,
ym As Double,
widthm As Double,
heightm As Double,
xd As Double,
yd As Double,
widthd As Double,
heightd As Double,
sum_width As Double,
log As Integer,
summ As Integer,
prob As Integer,
fill_color As Integer,
data_decimal As Integer,
stat_decimal As Integer,
st_box As CST
)
Public Shared Sub Histogram4 (
gxNetShared As CGXNETCore,
mview As CMVIEW,
st_data As CST,
st_hist As CST,
title As String,
unit As String,
xm As Double,
ym As Double,
widthm As Double,
heightm As Double,
xd As Double,
yd As Double,
widthd As Double,
heightd As Double,
sum_width As Double,
log As Integer,
summ As Integer,
prob As Integer,
fill_color As Integer,
data_decimal As Integer,
stat_decimal As Integer,
st_box As CST
)
public:
static void Histogram4(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CST^ st_data,
CST^ st_hist,
String^ title,
String^ unit,
double xm,
double ym,
double widthm,
double heightm,
double xd,
double yd,
double widthd,
double heightd,
double sum_width,
int log,
int summ,
int prob,
int fill_color,
int data_decimal,
int stat_decimal,
CST^ st_box
)
public:
static void Histogram4(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CST^ st_data,
CST^ st_hist,
String^ title,
String^ unit,
double xm,
double ym,
double widthm,
double heightm,
double xd,
double yd,
double widthd,
double heightd,
double sum_width,
int log,
int summ,
int prob,
int fill_color,
int data_decimal,
int stat_decimal,
CST^ st_box
)
static member Histogram4 :
gxNetShared : CGXNETCore *
mview : CMVIEW *
st_data : CST *
st_hist : CST *
title : string *
unit : string *
xm : float *
ym : float *
widthm : float *
heightm : float *
xd : float *
yd : float *
widthd : float *
heightd : float *
sum_width : float *
log : int *
summ : int *
prob : int *
fill_color : int *
data_decimal : int *
stat_decimal : int *
st_box : CST -> unit
static member Histogram4 :
gxNetShared : CGXNETCore *
mview : CMVIEW *
st_data : CST *
st_hist : CST *
title : string *
unit : string *
xm : float *
ym : float *
widthm : float *
heightm : float *
xd : float *
yd : float *
widthd : float *
heightd : float *
sum_width : float *
log : int *
summ : int *
prob : int *
fill_color : int *
data_decimal : int *
stat_decimal : int *
st_box : CST -> unit