public static void BarChart(
CGXNETCore gxNetShared,
CMVIEW mview,
string group_name,
CDB data,
int line,
string x_chan,
string list,
string x_title,
double x_txt_size,
string y_title,
double y_txt_size,
string bar_title,
double bar_txt_size,
double bar_width,
int dist_fid,
int label,
int tick,
int right_axis,
int top_axis,
int bottom_axis,
int surround,
double left,
double bottom,
double right,
double top,
double xm,
double ym,
double widthm,
double heightm
)
public static void BarChart(
CGXNETCore gxNetShared,
CMVIEW mview,
string group_name,
CDB data,
int line,
string x_chan,
string list,
string x_title,
double x_txt_size,
string y_title,
double y_txt_size,
string bar_title,
double bar_txt_size,
double bar_width,
int dist_fid,
int label,
int tick,
int right_axis,
int top_axis,
int bottom_axis,
int surround,
double left,
double bottom,
double right,
double top,
double xm,
double ym,
double widthm,
double heightm
)
Public Shared Sub BarChart (
gxNetShared As CGXNETCore,
mview As CMVIEW,
group_name As String,
data As CDB,
line As Integer,
x_chan As String,
list As String,
x_title As String,
x_txt_size As Double,
y_title As String,
y_txt_size As Double,
bar_title As String,
bar_txt_size As Double,
bar_width As Double,
dist_fid As Integer,
label As Integer,
tick As Integer,
right_axis As Integer,
top_axis As Integer,
bottom_axis As Integer,
surround As Integer,
left As Double,
bottom As Double,
right As Double,
top As Double,
xm As Double,
ym As Double,
widthm As Double,
heightm As Double
)
Public Shared Sub BarChart (
gxNetShared As CGXNETCore,
mview As CMVIEW,
group_name As String,
data As CDB,
line As Integer,
x_chan As String,
list As String,
x_title As String,
x_txt_size As Double,
y_title As String,
y_txt_size As Double,
bar_title As String,
bar_txt_size As Double,
bar_width As Double,
dist_fid As Integer,
label As Integer,
tick As Integer,
right_axis As Integer,
top_axis As Integer,
bottom_axis As Integer,
surround As Integer,
left As Double,
bottom As Double,
right As Double,
top As Double,
xm As Double,
ym As Double,
widthm As Double,
heightm As Double
)
public:
static void BarChart(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
String^ group_name,
CDB^ data,
int line,
String^ x_chan,
String^ list,
String^ x_title,
double x_txt_size,
String^ y_title,
double y_txt_size,
String^ bar_title,
double bar_txt_size,
double bar_width,
int dist_fid,
int label,
int tick,
int right_axis,
int top_axis,
int bottom_axis,
int surround,
double left,
double bottom,
double right,
double top,
double xm,
double ym,
double widthm,
double heightm
)
public:
static void BarChart(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
String^ group_name,
CDB^ data,
int line,
String^ x_chan,
String^ list,
String^ x_title,
double x_txt_size,
String^ y_title,
double y_txt_size,
String^ bar_title,
double bar_txt_size,
double bar_width,
int dist_fid,
int label,
int tick,
int right_axis,
int top_axis,
int bottom_axis,
int surround,
double left,
double bottom,
double right,
double top,
double xm,
double ym,
double widthm,
double heightm
)
static member BarChart :
gxNetShared : CGXNETCore *
mview : CMVIEW *
group_name : string *
data : CDB *
line : int *
x_chan : string *
list : string *
x_title : string *
x_txt_size : float *
y_title : string *
y_txt_size : float *
bar_title : string *
bar_txt_size : float *
bar_width : float *
dist_fid : int *
label : int *
tick : int *
right_axis : int *
top_axis : int *
bottom_axis : int *
surround : int *
left : float *
bottom : float *
right : float *
top : float *
xm : float *
ym : float *
widthm : float *
heightm : float -> unit
static member BarChart :
gxNetShared : CGXNETCore *
mview : CMVIEW *
group_name : string *
data : CDB *
line : int *
x_chan : string *
list : string *
x_title : string *
x_txt_size : float *
y_title : string *
y_txt_size : float *
bar_title : string *
bar_txt_size : float *
bar_width : float *
dist_fid : int *
label : int *
tick : int *
right_axis : int *
top_axis : int *
bottom_axis : int *
surround : int *
left : float *
bottom : float *
right : float *
top : float *
xm : float *
ym : float *
widthm : float *
heightm : float -> unit