Click or drag to resize

CMVUProbability Method

Plot a probability plot on a map.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Probability(
	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
)

public static void Probability(
	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

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
st_data
Type: GeoEngine.Core.GXNetCST
ST with summary stats of original data
st_hist
Type: GeoEngine.Core.GXNetCST
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.GXNetCITR
ITR to color symbols.
Remarks
The ITR can be empty (but must still be a valid ITR object).
See Also