Click or drag to resize
CMVUHistogram4 Method
As Histogram3_MVU, but allow probability scaling of percents.

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)
Syntax
public static void Histogram4(
	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,
	int i15,
	int i16,
	int i17,
	int i18,
	int i19,
	int i20,
	CST oST21
)

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
X in mm (bottom left corner of histogram box)
d7
Type: SystemDouble
Y in mm (bottom left corner of histogram box)
d8
Type: SystemDouble
box width in mm
d9
Type: SystemDouble
box height in mm
d10
Type: SystemDouble
Minimum X in data unit (bottom left corner of histogram boxes)
d11
Type: SystemDouble
Minimum Y in data unit
d12
Type: SystemDouble
box width in data unit
d13
Type: SystemDouble
box height in data unit
d14
Type: SystemDouble
width (mm) of the additional box for summary stats
i15
Type: SystemInt32
Log horizontal axis: 0 - Normal, 1 - Log
i16
Type: SystemInt32
Summary stats: 0 - do not draw, 1 - draw
i17
Type: SystemInt32
Probability scaling: 0 - linear scale, 1 - scale as normal distribution
i18
Type: SystemInt32
Fill color
i19
Type: SystemInt32
Decimals for data, negative for sig. fig.
i20
Type: SystemInt32
Decimals for stats, negative for sig. fig.
oST21
Type: GeoEngine.Core.GXNetCST
ST with histogram for box-whisker plot (-1 for no plot)
See Also