Click or drag to resize
CMVUHistogram Method
Plot the histogram on a map.

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
This function just calls Histogram2_MVU with decimals set to -7 (7 significant figures).
Syntax
public static void Histogram(
	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,
	CST oST18
)

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
Fill color
oST18
Type: GeoEngine.Core.GXNetCST
ST with histogram for box-whisker plot (-1 for no plot)
See Also