Click or drag to resize
CMVUProbability Method
Plot a probability plot on a map.

Available since Oasis montaj version: 5.1.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The ITR can be empty (but must still be a valid ITR object).
Syntax
public static void Probability(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CST st_data,
	CST st_hist,
	string title,
	string unit,
	int transform,
	double lmd,
	double xm,
	double ym,
	double widthm,
	double heightm,
	double symb_size,
	double sigma,
	double sum_width,
	int summ,
	int data_decimal,
	int stat_decimal,
	CITR itr
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
st_data
Type: GeoEngine.Core.GXNetXCST
ST with summary stats of original data
st_hist
Type: GeoEngine.Core.GXNetXCST
ST with histogram info of original or log10 data
title
Type: SystemString
Title
unit
Type: SystemString
Unit
transform
Type: SystemInt32
Transform type (0: Raw, 1: Log, 2: Lambda)
lmd
Type: SystemDouble
Lambda Value for lambda transform
xm
Type: SystemDouble
X in mm (bottom left corner of histogram box)
ym
Type: SystemDouble
Y in mm (bottom left corner of histogram box)
widthm
Type: SystemDouble
Box width in mm
heightm
Type: SystemDouble
Box height in mm
symb_size
Type: SystemDouble
Symbol size in mm
sigma
Type: SystemDouble
Sigma (X range is -sigma to sigma)
sum_width
Type: SystemDouble
Width (mm) of the additional box for summary stats
summ
Type: SystemInt32
Summary stats: 0 - do not draw, 1 - draw
data_decimal
Type: SystemInt32
Decimals for data, negative for sig. fig.
stat_decimal
Type: SystemInt32
Decimals for stats, negative for sig. fig.
itr
Type: GeoEngine.Core.GXNetXCITR
ITR to color symbols.
See Also