Click or drag to resize
CMVUHistogram5 Method
As Histogram4_MVU, but allow ITR to colour bars.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The ITR can be empty (but must still be a valid ITR object).
Syntax
public static void Histogram5(
	CMVIEW oMVIEW1,
	CST oST2,
	CST oST3,
	string str4,
	string str5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	double d11,
	double d12,
	double d13,
	double d14,
	double d15,
	int i16,
	int i17,
	int i18,
	int i19,
	int i20,
	int i21,
	CST oST22,
	CITR oITR23
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oST2
Type: GeoEngine.Core.GXNetCST
ST with summary stats of original data
oST3
Type: GeoEngine.Core.GXNetCST
ST with histogram info of original or log10 data
str4
Type: SystemString
Title
str5
Type: SystemString
unit
d6
Type: SystemDouble
[i] Lambda Value
d7
Type: SystemDouble
X in mm (bottom left corner of histogram box)
d8
Type: SystemDouble
Y in mm (bottom left corner of histogram box)
d9
Type: SystemDouble
box width in mm
d10
Type: SystemDouble
box height in mm
d11
Type: SystemDouble
Minimum X in data unit (bottom left corner of histogram boxes)
d12
Type: SystemDouble
Minimum Y in data unit
d13
Type: SystemDouble
box width in data unit
d14
Type: SystemDouble
box height in data unit
d15
Type: SystemDouble
width (mm) of the additional box for summary stats
i16
Type: SystemInt32
Log horizontal axis: 0 - Normal, 1 - Log, 2 - Lambda
i17
Type: SystemInt32
Summary stats: 0 - do not draw, 1 - draw
i18
Type: SystemInt32
Probability scaling: 0 - linear scale, 1 - scale as normal distribution
i19
Type: SystemInt32
Fill color
i20
Type: SystemInt32
Decimals for data, negative for sig. fig.
i21
Type: SystemInt32
Decimals for stats, negative for sig. fig.
oST22
Type: GeoEngine.Core.GXNetCST
ST with histogram for box-whisker plot (-1 for no plot)
oITR23
Type: GeoEngine.Core.GXNetCITR
ITR to colour bars.
See Also