 | CCHIMERAStandard Method |
Plot ASSAY Standard result in a graph window.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Standard(
CMVIEW mview,
CVV vv,
int old,
double tol,
double min,
double max,
string title,
string unit,
double x0,
double y0,
double xs,
double ys
)
public static void Standard(
CMVIEW mview,
CVV vv,
int old,
double tol,
double min,
double max,
string title,
string unit,
double x0,
double y0,
double xs,
double ys
)
Public Shared Sub Standard (
mview As CMVIEW,
vv As CVV,
old As Integer,
tol As Double,
min As Double,
max As Double,
title As String,
unit As String,
x0 As Double,
y0 As Double,
xs As Double,
ys As Double
)
Public Shared Sub Standard (
mview As CMVIEW,
vv As CVV,
old As Integer,
tol As Double,
min As Double,
max As Double,
title As String,
unit As String,
x0 As Double,
y0 As Double,
xs As Double,
ys As Double
)
public:
static void Standard(
CMVIEW^ mview,
CVV^ vv,
int old,
double tol,
double min,
double max,
String^ title,
String^ unit,
double x0,
double y0,
double xs,
double ys
)
public:
static void Standard(
CMVIEW^ mview,
CVV^ vv,
int old,
double tol,
double min,
double max,
String^ title,
String^ unit,
double x0,
double y0,
double xs,
double ys
)
static member Standard :
mview : CMVIEW *
vv : CVV *
old : int *
tol : float *
min : float *
max : float *
title : string *
unit : string *
x0 : float *
y0 : float *
xs : float *
ys : float -> unit
static member Standard :
mview : CMVIEW *
vv : CVV *
old : int *
tol : float *
min : float *
max : float *
title : string *
unit : string *
x0 : float *
y0 : float *
xs : float *
ys : float -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - vv
- Type: GeoEngine.Core.GXNetCVV
Standard data - old
- Type: SystemInt32
Number of old samples in the VV - tol
- Type: SystemDouble
Tolerance as a function of std dev - min
- Type: SystemDouble
Minimum acceptable value - max
- Type: SystemDouble
Maximum acceptable value - title
- Type: SystemString
Title - unit
- Type: SystemString
Unit - x0
- Type: SystemDouble
X location (bottom left corner of graph) - y0
- Type: SystemDouble
Y location - xs
- Type: SystemDouble
Graph width - ys
- Type: SystemDouble
Graph height
Remarks
If the tolerance is <define>rDUMMY</define>, then the minimum and maximum
values are used, and must be specified.
See Also