public static void FixedSymbolScatterPlot(
CMVIEW mview,
string title,
double x1,
double y1,
double width,
double height,
CVV x_vv,
CVV y_vv,
CVV m_vv,
int mask_col,
string symbol_font,
int symbol_number,
double symbol_size,
double symbol_angle,
int symbol_color,
int symbol_fill,
CDB db,
CVV line_vv,
CVV fid_vv,
int annotn,
string x_chan,
string y_chan,
string x_units,
string y_units,
double x_min,
double x_max,
double y_min,
double y_max,
int x_lin,
int y_lin,
string overlay
)
public static void FixedSymbolScatterPlot(
CMVIEW mview,
string title,
double x1,
double y1,
double width,
double height,
CVV x_vv,
CVV y_vv,
CVV m_vv,
int mask_col,
string symbol_font,
int symbol_number,
double symbol_size,
double symbol_angle,
int symbol_color,
int symbol_fill,
CDB db,
CVV line_vv,
CVV fid_vv,
int annotn,
string x_chan,
string y_chan,
string x_units,
string y_units,
double x_min,
double x_max,
double y_min,
double y_max,
int x_lin,
int y_lin,
string overlay
)
Public Shared Sub FixedSymbolScatterPlot (
mview As CMVIEW,
title As String,
x1 As Double,
y1 As Double,
width As Double,
height As Double,
x_vv As CVV,
y_vv As CVV,
m_vv As CVV,
mask_col As Integer,
symbol_font As String,
symbol_number As Integer,
symbol_size As Double,
symbol_angle As Double,
symbol_color As Integer,
symbol_fill As Integer,
db As CDB,
line_vv As CVV,
fid_vv As CVV,
annotn As Integer,
x_chan As String,
y_chan As String,
x_units As String,
y_units As String,
x_min As Double,
x_max As Double,
y_min As Double,
y_max As Double,
x_lin As Integer,
y_lin As Integer,
overlay As String
)
Public Shared Sub FixedSymbolScatterPlot (
mview As CMVIEW,
title As String,
x1 As Double,
y1 As Double,
width As Double,
height As Double,
x_vv As CVV,
y_vv As CVV,
m_vv As CVV,
mask_col As Integer,
symbol_font As String,
symbol_number As Integer,
symbol_size As Double,
symbol_angle As Double,
symbol_color As Integer,
symbol_fill As Integer,
db As CDB,
line_vv As CVV,
fid_vv As CVV,
annotn As Integer,
x_chan As String,
y_chan As String,
x_units As String,
y_units As String,
x_min As Double,
x_max As Double,
y_min As Double,
y_max As Double,
x_lin As Integer,
y_lin As Integer,
overlay As String
)
public:
static void FixedSymbolScatterPlot(
CMVIEW^ mview,
String^ title,
double x1,
double y1,
double width,
double height,
CVV^ x_vv,
CVV^ y_vv,
CVV^ m_vv,
int mask_col,
String^ symbol_font,
int symbol_number,
double symbol_size,
double symbol_angle,
int symbol_color,
int symbol_fill,
CDB^ db,
CVV^ line_vv,
CVV^ fid_vv,
int annotn,
String^ x_chan,
String^ y_chan,
String^ x_units,
String^ y_units,
double x_min,
double x_max,
double y_min,
double y_max,
int x_lin,
int y_lin,
String^ overlay
)
public:
static void FixedSymbolScatterPlot(
CMVIEW^ mview,
String^ title,
double x1,
double y1,
double width,
double height,
CVV^ x_vv,
CVV^ y_vv,
CVV^ m_vv,
int mask_col,
String^ symbol_font,
int symbol_number,
double symbol_size,
double symbol_angle,
int symbol_color,
int symbol_fill,
CDB^ db,
CVV^ line_vv,
CVV^ fid_vv,
int annotn,
String^ x_chan,
String^ y_chan,
String^ x_units,
String^ y_units,
double x_min,
double x_max,
double y_min,
double y_max,
int x_lin,
int y_lin,
String^ overlay
)
static member FixedSymbolScatterPlot :
mview : CMVIEW *
title : string *
x1 : float *
y1 : float *
width : float *
height : float *
x_vv : CVV *
y_vv : CVV *
m_vv : CVV *
mask_col : int *
symbol_font : string *
symbol_number : int *
symbol_size : float *
symbol_angle : float *
symbol_color : int *
symbol_fill : int *
db : CDB *
line_vv : CVV *
fid_vv : CVV *
annotn : int *
x_chan : string *
y_chan : string *
x_units : string *
y_units : string *
x_min : float *
x_max : float *
y_min : float *
y_max : float *
x_lin : int *
y_lin : int *
overlay : string -> unit
static member FixedSymbolScatterPlot :
mview : CMVIEW *
title : string *
x1 : float *
y1 : float *
width : float *
height : float *
x_vv : CVV *
y_vv : CVV *
m_vv : CVV *
mask_col : int *
symbol_font : string *
symbol_number : int *
symbol_size : float *
symbol_angle : float *
symbol_color : int *
symbol_fill : int *
db : CDB *
line_vv : CVV *
fid_vv : CVV *
annotn : int *
x_chan : string *
y_chan : string *
x_units : string *
y_units : string *
x_min : float *
x_max : float *
y_min : float *
y_max : float *
x_lin : int *
y_lin : int *
overlay : string -> unit